Clone — Privacy Policy
Last updated: May 2026
Overview
Clone is a Chrome extension that extracts web page context into AI-optimized Markdown files. All extraction happens locally in your browser. No data is sent to external servers during the extraction process.
Data Collection
Clone collects minimal data:
- Page content: Only when you click "Extract" or press Ctrl+Shift+S. The extension reads the current page DOM to extract tech stack, design tokens, structure, and content.
- Usage data: Stored locally via
chrome.storage.local for Pro license activation and waitlist tracking. This data never leaves your device.
- Pro status: If you upgrade, your license key is stored locally.
Waitlist (Pro Tier)
If you join the Pro waitlist:
- Your email address is sent to Formspree (formspree.io) for collection.
- Formspree's privacy policy applies: formspree.io/legal/privacy-policy
- We use this email only to notify you when Pro is available. No marketing emails.
- You can request deletion by contacting us.
What Clone Does NOT Do
- No analytics or tracking
- No cookies
- No data sent during extraction (100% local processing)
- No access to tabs you have not explicitly activated
- No selling or sharing of personal data
Permissions
activeTab — Access the current tab only when you activate the extension
storage — Store usage count and Pro status locally
downloads — Save CONTEXT.md file to your device
contextMenus — Add right-click "Clone this page" menu
Developer Tool
Clone is a developer tool for AI coding workflows. It extracts web page CONTEXT (HTML structure, CSS styles, metadata, code patterns) — not media files, videos, or audio. All processing is 100% local.
Third-Party Libraries
Clone bundles these MIT-licensed libraries locally (no external network requests):
- Readability.js — Mozilla (content extraction)
- Turndown.js — Mixmark (HTML to Markdown)
- Wappalyzer patterns — Wappalyzer (technology detection)
- html2canvas — Niklas von Hertzen (screenshot capture)
Open Source
Clone is open source. Review the full source code on GitHub.
Contact
Questions or data deletion requests: open an issue on GitHub.
← Back to Clone