Privacy Policy
Last updated: May 2026
This privacy policy applies to all extensions in the chromext monorepo.
Data Collection
We collect nothing. None of these extensions collect, store, or transmit:
- Personal information
- Browsing activity or history
- Clipboard contents
- Page content
- Form data or inputs
Where Data Lives
Any preferences you set (toggle states, accent colors, mode selections) are stored exclusively in Chrome's built-in chrome.storage API. This data:
- Stays on your device
- Is never transmitted externally
- May sync across your devices through Chrome Sync (if you have it enabled)
Network Requests
These extensions make zero external network requests. They do not:
- Load remote scripts, fonts, images, or stylesheets
- Call third-party APIs
- Send analytics or telemetry
- Phone home for any reason
All code runs locally in your browser.
Permissions
Each extension requests only the minimum permissions needed:
activeTab + scripting — inject inspector into the current tab on demandstorage — reserved for future preferences
storage — save your warn/block preferencescripting + activeTab — intercept paste events on AI chat sites
activeTab + scripting — scan the current page when you click the icon
storage — save accent color and toggle statescripting — inject dark CSS on translate.google.*
No extension requests "Read and change all data on all websites."
Third Parties
We do not share, sell, or transfer any data to third parties because we do not collect any data.
Open Source
Every line of code is public. You can inspect exactly what each extension does:
Contact
For questions about this privacy policy, open an issue or discussion at github.com/srmdn/chromext.