
Youtube Transcript Downloader RandomGamingDev מאת
Lets you download the Transcripts of Youtube Videos as JSONs It does this by adding a download button to the vanilla Youtube transcript which uses some custom parsing in order to convert all data and metadata into a JSON that then gets downloaded.
זמין ב־Firefox עבור ™Androidזמין ב־Firefox עבור ™Android
738 משתמשים738 משתמשים
נתוני העל של ההרחבה
צילומי מסך


על אודות הרחבה זו
Lets you download the Transcripts of Youtube Videos as JSONs
It does this by adding a download button to the vanilla Youtube transcript which uses some custom parsing in order to convert all data and metadata into a JSON that then gets downloaded.
The source code is available here: https://github.com/RandomGamingDev/yt-transcript-downloader
The format of the JSON is the following: { "title": `<title>`, "url": `<url>`, "sections": [{ "name": <name>, "lines": [{ `<time>`: `<line>` }, `...`] }, `...`] }
It does this by adding a download button to the vanilla Youtube transcript which uses some custom parsing in order to convert all data and metadata into a JSON that then gets downloaded.
The source code is available here: https://github.com/RandomGamingDev/yt-transcript-downloader
The format of the JSON is the following: { "title": `<title>`, "url": `<url>`, "sections": [{ "name": <name>, "lines": [{ `<time>`: `<line>` }, `...`] }, `...`] }
מדורג 4 על־ידי 7 סוקרים
הרשאות ונתוניםמידע נוסף
הרשאות נדרשות:
- גישה לנתונים שלך עבור אתרים תחת שם המתחם youtube.com
מידע נוסף
- קישורים לתוספת
- גרסה
- 1.0.1
- גודל
- 13.01 ק״ב
- עדכון אחרון
- לפני 3 חודשים (1 יולי 2025)
- קטגוריות קשורות
- רישיון
- MIT License
- היסטוריית הגרסאות
- תגיות
- הוספה לאוסף
הערות שחרור עבור 1.0.1
I've made it so that the colors correspond with Youtube's normal colors even when in light or a different mode, meaning that the button will no longer appear mismatched or grayed out for Youtube's different schemes.