LogoCloneWebsite Docs
LogoCloneWebsite Docs
Homepage

Getting Started

WelcomeQuick Start

Usage Guide

Chrome Extension GuideExport webpages to FigmaWebsite Project Features RetiredBest Practices for Perfect Clones

Developer

API Reference

Other

FAQChangelogTechnical Support

FAQ

Frequently Asked Questions about CloneWebsite

Extension Related Questions

Q: Why are some images missing in the cloned webpage?

A: This is usually because the target website uses strong hotlinking protection, or the images are dynamically injected as CSS background images through complex JavaScript logic. You can try:

  1. Slowly scroll through the entire page to ensure all lazy-loaded images have triggered their requests.
  2. Try toggling the "Force Inline Critical Styles" option in the extension settings.

Q: Why is the layout of the cloned page a bit messy?

A: CloneWebsite tries its best to restore the visual by capturing getComputedStyle. However, if the original page heavily relies on JavaScript to calculate element dimensions (like some masonry layouts), removing JS might cause the layout to collapse. You can try selecting "Keep Core Interaction Scripts" in the advanced settings.

Q: The extension prompts "Cannot run on chrome:// pages"?

A: This is a Chrome security policy. Browser extensions are not allowed to execute content scripts on privileged pages like chrome://, edge://, and the Chrome Web Store. Please use this extension on normal external webpages.

Q: Is this extension safe? Will it steal my passwords?

A: The extension is local-first. Captures are processed in your browser and saved as ZIP files or local extension projects. The website no longer receives cloned snapshots. If you configure BYOK AI, your API key is stored only in local browser extension storage and is sent only to the AI endpoint you configure.

Q: How do I export a capture to Figma?

A: Toggle the output target to Figma in the toolbar before capturing. CloneWebsite produces a local .cdesign archive, which the free CloneWebsite Figma plugin imports as editable layers and frames — fully offline, no cloud upload. See the Figma export guide.


Website & Account Questions

Q: Can I use the cloned pages for commercial purposes?

A: CloneWebsite provides a tool. The copyright of the webpage content you clone still belongs to the original website. Using cloned pages directly for commercial purposes may infringe on others' copyrights or design patents. We strongly recommend using this tool solely for learning, competitor analysis, and personal inspiration collection.

Q: How do I cancel my Pro subscription?

A: Log into the Web App, go to Settings -> Billing, and click "Manage Subscription" to go to the Stripe customer portal to cancel your subscription. Your Pro benefits will remain active until the end of the current billing cycle.

Q: Where is the Workbench now?

A: Workbench is now a lightweight local preview/editor in the browser extension. It is intended for quick preview, small edits, BYOK AI-assisted changes, and ZIP download. The website no longer runs the online Workbench.


Error Codes Reference

Error CodeMeaningSolution
ERR_DOM_TOO_LARGEPage has too many DOM nodes causing memory overflowTry closing some accordions, or refresh and try again
ERR_CSP_BLOCKEDBlocked by target website's Content Security PolicyCannot be forcibly bypassed; some resources might be lost
ERR_ZIP_FAILEDFailed to package ZIPUsually due to insufficient local disk space
ERR_API_GONEOld website project API calledUpdate to the local extension workflow

API Reference

Current API notes for the local extension workflow

Changelog

Version history and update records for CloneWebsite

Table of Contents

Extension Related Questions
Q: Why are some images missing in the cloned webpage?
Q: Why is the layout of the cloned page a bit messy?
Q: The extension prompts "Cannot run on chrome:// pages"?
Q: Is this extension safe? Will it steal my passwords?
Q: How do I export a capture to Figma?
Website & Account Questions
Q: Can I use the cloned pages for commercial purposes?
Q: How do I cancel my Pro subscription?
Q: Where is the Workbench now?
Error Codes Reference