← Back to home

Privacy Policy

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.

Overview

"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.

Data Collected

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.

How Data Is Stored

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.

Cross-Device Sync (Optional)

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.

What We Do NOT Collect

Extension Permissions

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)

Data Retention and Deletion

Third-Party Services

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.

Children's Privacy

This extension is not directed at children under 13. It does not knowingly collect information from children.

Changes to This Policy

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.

Contact

If you have questions or concerns about this privacy policy, please open an issue on the GitHub repository.