
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.
735 пользователей735 пользователей
Метаданные расширения
Скриншоты


Об этом расширении
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>` }, `...`] }, `...`] }
Оценено 8 рецензентами на 3,6
Разрешения и данныеПодробнее
Требуемые разрешения:
- Получать доступ к вашим данных на сайтах в youtube.com домене
Больше сведений
- Ссылки дополнения
- Версия
- 1.0.1
- Размер
- 13,01 КБ
- Последнее обновление
- 3 месяца назад (1 июля 2025 г.)
- Связанные категории
- Лицензия
- Лицензия MIT
- История версий
- Метки
- Добавить в подборку
Примечания к выпуску 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.