Don't Let YouTube Track You — Browser Extension
Effective date: March 26, 2026
TL;DR: Your browsing history is stored locally on your device. Nothing leaves your machine unless you explicitly enable encrypted cross-device sync. No analytics, no telemetry, no cookies — ever.
"Don't Let YouTube Track You" is a privacy-focused browser extension that records your YouTube browsing history locally on your device. It is designed to work without a Google account and without sending your data to Google. This policy explains what data the extension handles, how it is stored, and what choices you have.
When you visit YouTube pages, the extension records the following information from the pages you visit:
The extension also generates a random device ID (UUID) that is stored locally and used to identify your device if you enable cross-device sync.
All browsing history is stored locally on your device in a SQLite database using your browser's storage APIs (OPFS, IndexedDB, or in-memory storage depending on your browser). No data leaves your device unless you explicitly enable cross-device sync.
If you choose to enable cross-device sync, the extension uses Supabase (a hosted Postgres service) to synchronize your history across devices. When sync is enabled:
Sync is entirely optional. The extension works fully offline without it.
The extension requests the following browser permissions:
| Permission | Why it's needed |
|---|---|
storage |
Store extension configuration |
unlimitedStorage |
Allow the local history database to grow without browser quota limits |
tabs |
Open YouTube links when you click history items |
offscreen |
Chrome only: host the SQLite database worker |
*://*.youtube.com/* |
Content script runs on YouTube to detect page navigation |
https://*.supabase.co/* |
Connect to the sync backend (only used when sync is enabled) |
| Service | Purpose | When used |
|---|---|---|
| Supabase | Cross-device sync backend | Only when you enable sync |
YouTube thumbnail CDN (i.ytimg.com) |
Display video thumbnails in the popup | When viewing your history |
No other third-party services, APIs, or SDKs are used.
This extension is not directed at children under 13. It does not knowingly collect information from children.
If this policy is updated, the changes will be posted on this page with an updated effective date. Significant changes will be noted in the extension's release notes.
If you have questions or concerns about this privacy policy, please open an issue on the GitHub repository.