LogoCloneWebsite
  • Features
  • How it works
  • Pricing
  • Docs
LogoCloneWebsite

Clone any web page pixel-perfect — 100% local, in your browser.

Email
Product
  • Features
  • How it works
  • Pricing
  • FAQ
Use cases
  • Clone website extension
  • Website cloner tool
  • Clone website to HTML
  • Clone website from URL
  • Open-source cloner
  • Online cloner alternative
  • AI website cloner
Resources
  • Blog
  • Documentation
  • Changelog
  • Roadmap
Company
  • About
  • Contact
  • Waitlist
Legal
  • Cookie Policy
  • Privacy Policy
  • Terms of Service
© 2026 CloneWebsite All Rights Reserved.

Extension and Design Importer Privacy Policy

Privacy policy for the CloneWebsite Chrome extension and design importer plugin

2026/07/18

Overview

CloneWebsite includes a Chrome browser extension ("the Extension") that captures webpages and a design importer plugin ("the Plugin") that imports local .cdesign files into Figma design. We are committed to protecting your privacy. This policy explains what data each product accesses and how it is used.

Last updated: July 18, 2026

Data We Do NOT Collect

  • No personal data collection: The Extension does not collect, store, or transmit your name, email, browsing history, or any other personally identifiable information.
  • No analytics or tracking: The Extension does not include any analytics SDKs, tracking pixels, or telemetry.
  • No remote servers: Core cloning functionality operates entirely within your browser. No data is sent to our servers.

Data Stored Locally

The following data is stored only in your browser's local storage (chrome.storage) and IndexedDB:

  • Cloned project files: ZIP archives, .cdesign Figma capture archives, and extracted files from pages you clone, saved to IndexedDB for offline access.
  • Extension settings: UI preferences and configuration options.
  • AI configuration (optional): If you choose to use the BYOK AI feature, your API key, base URL, and model name are stored locally in chrome.storage. This data never leaves your browser except to connect directly to the AI endpoint you configure.

Permissions and Why We Need Them

PermissionPurpose
scriptingInjects content scripts into the active tab to extract DOM structure, computed styles, and resources from the page you choose to clone.
storageSaves extension settings, AI configuration, and cloned projects to local browser storage and IndexedDB.
debugger (required install-time permission)Chrome does not support debugger as an optional permission, so it is granted when the Extension is installed. The Extension only attaches the debugger during a user-initiated Enhanced Figma capture and detaches in a finally block when the capture ends (including on error, cancellation, or timeout). It is never used in the background, on a timer, or automatically. The debugger is used solely to read rendered page state via a small set of Chrome DevTools Protocol commands: Emulation.setDeviceMetricsOverride / Emulation.setEmulatedMedia to emulate a chosen viewport and prefers-color-scheme, CSS.forcePseudoState with DOM.querySelector to capture components in their hover/focus/active states, and Page.captureScreenshot to create local PNG raster fallbacks for subtrees CSS cannot represent (cross-origin iframes, <video>, filter, backdrop-filter, mask). All emulated state is restored before detach. The captured bytes stay local — they are written into a .cdesign archive saved to your browser storage or downloaded, and never sent to our servers. The debugger is not used to intercept, read, or modify network traffic, cookies, storage, auth tokens, or payment data, nor for analytics or advertising.
<all_urls> (host permission)Allows cloning of any webpage you visit. The Extension only acts when you explicitly trigger a clone action.
https://api.openai.com/* (optional host permission)Used only if you enable the BYOK AI feature and configure an OpenAI-compatible endpoint. This permission is requested dynamically based on your configured Base URL.

AI Feature (Optional, BYOK)

The Extension includes an optional AI-assisted code editing feature that uses your own OpenAI-compatible API key ("Bring Your Own Key"). When enabled:

  • API requests are sent directly from your browser to the endpoint URL you configure.
  • We do not proxy, intercept, or store any AI request or response data.
  • Your API key is stored only in local browser storage and is never transmitted to us.
  • You can disable this feature at any time by clearing your AI settings.

Third-Party Services

The Extension does not integrate with any third-party analytics, advertising, or tracking services. The only external connections are:

  1. Resource downloads: When cloning a page, the Extension fetches resources (images, CSS, fonts, JS) from the original page's servers. This is the same as your browser loading those resources normally.
  2. AI endpoint (optional): If you configure the BYOK AI feature, requests go to your specified endpoint.

Figma capture archives are passed to the Figma plugin only when you manually choose the local .cdesign file. The plugin declares no network access.

Design Importer Plugin

The Plugin only processes a local .cdesign file that you explicitly select.

  • No network access: The Plugin declares networkAccess.allowedDomains: ["none"] and cannot send the selected file or its contents to CloneWebsite or any third party.
  • No account or tracking: The Plugin does not require an account and contains no analytics, telemetry, advertising, or tracking code.
  • Local, temporary processing: The selected archive is validated and processed in the Plugin UI and sandbox memory. The Plugin does not maintain a separate remote or local user-content database.
  • User-directed output: The Plugin writes editable layers, components, and variants only to the Figma design file the user currently has open.
  • Safer archive handling: The Plugin validates archive paths, file sizes, scene structure, and asset hashes. Unsafe SVG markup is not executed.

The Plugin may create an import report containing font substitutions, raster fallbacks, and warnings. That report remains in the Plugin UI for the current run and is not transmitted.

Data Security

  • All data is stored locally in your browser's secure storage mechanisms.
  • No data is transmitted over the network except for page resource downloads (during cloning) and optional AI API calls (to your configured endpoint).
  • The Extension uses Chrome's Manifest V3 security model with a sandboxed content security policy.

Children's Privacy

The Extension is not directed at children under 13 and does not knowingly collect any data from children.

Changes to This Policy

We may update this privacy policy from time to time. Changes will be posted on this page with an updated date.

Contact

If you have questions about this privacy policy, contact us at: support@clonewebsite.app