
Youtube Transcript Downloader por 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.
Disponível no Firefox para Android™Disponível no Firefox para Android™
735 Users735 Users
Metadados da extensão
Capturas de ecrã


Acerca desta extensão
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>` }, `...`] }, `...`] }
Rated 3,6 by 8 reviewers
Permissions and dataSaber mais
Permissões necessárias:
- Aceder aos seus dados para sites no domínio youtube.com
Mais informação
- Ligações do extra
- Versão
- 1.0.1
- Tamanho
- 13,01 KB
- Última atualização
- há 3 meses (1 de jul de 2025)
- Categorias relacionadas
- Licença
- MIT License
- Histórico de versões
- Etiquetas
- Adicionar à coleção
Notas de lançamento para 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.