Effective date: 2026-05-26
fadee is a Chrome extension that hides watched videos on YouTube channel pages.
chrome.storage.sync. Because chrome.storage.sync is provided by Chrome itself, those IDs are synchronized across the Chrome instances signed in to your own Google account, by Chrome — not by fadee. fadee never sends them anywhere else.chrome.storage area.fadee makes no network requests of its own. All operation is local to your browser.
storage — persist the set of watched-video IDs and small UI preferences across sessions and devices via chrome.storage.sync.offscreen — host a hidden document that reports the OS color-scheme preference (matchMedia("(prefers-color-scheme: dark)")) to the service worker, so the toolbar icon can follow your system dark/light mode setting.host_permissions: https://www.youtube.com/* — required to read the channel-page DOM and hide watched videos.Questions or concerns? Open an issue at https://github.com/ichi0g0y/fadee/issues.