Privacy Policy
FavExport · Last updated: July 27, 2026
The short version
FavExport collects nothing, transmits nothing, and stores nothing outside your own device. The extension only exports data from your own account that you can already see in your browser.
What FavExport does not do
- No collection of personal data or browsing data.
- No transmission of any data off your device — the extension makes zero external network requests from its own code.
- No storage of your data on external servers. The only persistence is
chrome.storage.local, which stays on your device and is cleared when you uninstall the extension. - No analytics, telemetry, advertising identifiers, third-party SDKs, or remote code.
How exports work
When you click "Scan this page", the extension reads the content of the tab you explicitly chose, after you grant temporary access via the activeTab permission. Export files (CSV, JSON, Excel, bookmarks HTML) are generated locally in your browser using Blob and URL.createObjectURL and saved directly to your disk. At no point does any of this data leave your device.
Permissions
activeTab— grants temporary access to the current tab only, and only when you click the extension icon.scripting— injects the scraper into the active tab on your request; no static content scripts are declared.storage— saves your last scrape result and UI preferences locally viachrome.storage.local.
FavExport requests no host permissions.
This website
favexport.com is a static site. It sets no cookies and runs no analytics or tracking.
Changes
If this policy changes, the updated version will be published on this page with a new "Last updated" date.
Contact
Questions about this policy? Open an issue on the project's public repository or reach out via the Chrome Web Store listing page.