Skip to content

Instantly share code, notes, and snippets.

@kojakeugenio
Created May 15, 2026 16:21
Show Gist options
  • Select an option

  • Save kojakeugenio/1647506e8fec658b6d9d5a4d0c10421b to your computer and use it in GitHub Desktop.

Select an option

Save kojakeugenio/1647506e8fec658b6d9d5a4d0c10421b to your computer and use it in GitHub Desktop.
Privacy Policy - Scrape Everything Chrome Extension
# Privacy Policy - Scrape Everything
**Last updated:** May 15, 2026
## What this extension does
Scrape Everything is a Chrome extension that extracts data from web pages you visit. It runs entirely inside your browser.
## Data collection
**We do not collect, store, transmit, or share any personal data or browsing data.**
- All extracted data stays on your device in local browser storage (IndexedDB).
- No data is sent to any external server, API, or third-party service.
- No analytics, telemetry, or tracking of any kind is included.
- No cookies are set by this extension.
- No account or login is required.
## Permissions
This extension requests the following Chrome permissions:
- **activeTab** - To read the content of the page you are currently viewing when you run an extraction.
- **scripting** - To inject the extraction script into the active page.
- **storage** - To save your onboarding state and preferences locally.
- **sidePanel** - To display the extension interface in Chrome's side panel.
- **tabs** - To monitor tab changes and update the side panel, and to navigate tabs during batch scraping.
- **downloads** - To let you download exported files (CSV, XLSX, JSON) to your computer.
- **clipboardWrite** (optional) - To copy extracted data to your clipboard when you click "Copy."
- **Host permissions** (optional, requested per-site) - To read page content on specific sites you choose to scrape.
## Network requests
The extension makes network requests only during the "Deep Scrape" feature, where it fetches publicly accessible sub-pages (like /contact or /about) on the same domain you are already viewing. These requests are made directly from your browser. No data from these requests is sent elsewhere.
## Third-party services
This extension does not use any third-party services, APIs, or SDKs.
## Data storage
All datasets, recipes, and settings are stored locally in your browser using IndexedDB and Chrome's storage API. Uninstalling the extension removes all stored data.
## Changes to this policy
If this policy changes, the updated version will be posted here with a new date.
## Contact
If you have questions about this policy, contact: kojakeugenio@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment