You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ Turn every YouTube video into a resource for deep learning. YouTube Digest bring
9
9
- Build understanding with an AI overview, chapters, key quotes, and selected-text explanations.
10
10
- Navigate long videos by clicking timestamps in the transcript, overview, or notes.
11
11
- Save polished timestamped notes for later study.
12
+
- YouTube Red visual theme with clean neutral surfaces.
13
+
- Smart per-tab side panel scoping: automatically hides on non-YouTube tabs and restores when returning to YouTube.
14
+
- Bilingual Settings interface in English and Simplified Chinese.
12
15
- Keep control of your data with your own API keys, local Chrome storage, and no analytics or telemetry.
13
16
14
17
YouTube Digest is a bring-your-own-key project installed locally from GitHub. It is not available through the Chrome Web Store, does not include API credits, and does not run a developer-operated server.
@@ -98,12 +101,13 @@ Keys and settings are stored in Chrome's local extension storage on your device.
98
101
99
102
## What works today
100
103
101
-
- Google Chrome 116 or newer, using the Side Panel API.
102
-
- Standard `youtube.com/watch` video pages.
104
+
- Google Chrome 116 or newer, using the Side Panel API with per-tab YouTube scoping.
105
+
- Standard `youtube.com/watch` video pages with YouTube-native red design.
103
106
- Native subtitle tracks returned by Supadata. YouTube Digest prefers English when available, but may show another native language.
104
107
- Original, Simplified Chinese, and aligned bilingual transcript views.
105
108
- AI overviews, selected-text explanations, translation, and automatic note polishing.
106
109
- Local notes and a local cache for recent transcript and digest results.
110
+
- Bilingual Settings interface with instant English and Simplified Chinese switching.
107
111
- DeepSeek V4 Flash for all published AI features. Other providers require a local code adaptation and are not supported by this published version.
108
112
109
113
Shorts, live streams, private or access-restricted videos, and videos without an available native transcript may not work. Firefox, Safari, mobile browsers, and other Chromium browsers are not currently tested or supported.
0 commit comments