Last updated: 29 July 2026
Study Subs collects nothing. No data is transmitted anywhere — not to me, not to anyone else. There are no accounts, no analytics, no trackers and no third-party services. Everything the extension remembers stays in your browser, on your computer.
All of it lives in chrome.storage.local, the browser's own local
storage for extensions. It never leaves your machine, and uninstalling the
extension deletes all of it.
| What | Why it is kept |
|---|---|
| Your settings: translation language, theme, font size, playback speed, whether the translation row is shown, end-of-sentence pause | So the overlay opens the way you left it |
| A cache of subtitle text and its word timings for videos you have opened, keyed by YouTube video ID — the 20 most recent tracks | So re-watching needs no network request at all, and the extension keeps working if YouTube rate-limits you |
| Your study bookmark: the timestamp of the sentence you stopped at, per video ID — the 200 most recent videos, about 50 bytes each | So it can offer to continue where you left off |
| A timestamp of when YouTube last asked the extension to slow down | So it backs off politely instead of retrying into a wall |
Be aware of what the second and third rows mean in practice: the list of video IDs you have watched with the extension open is stored locally. It is never sent anywhere, but it is on your disk. You can wipe it at any time — see below.
The extension makes requests to exactly one place: youtube.com, the site you already have open. It asks YouTube for the subtitle track of the video you are watching, and for YouTube's own machine translation of that track. Nothing is sent to any other host. There is no server of mine involved — the extension has no backend.
storage — to keep the settings, the subtitle cache and the study
bookmark listed above on your device. Nothing else uses it.https://www.youtube.com/* — to read the subtitles
of the video on the page you are already viewing, and to draw the overlay on that
page. The extension has access to no other website.youtube.com.Study Subs is an independent extension. It is not affiliated with, endorsed by, or sponsored by YouTube or Google LLC. “YouTube” is a trademark of Google LLC.
Questions about this policy, or about anything the extension does with your data: open an issue at github.com/CinexUA/study-subs/issues.