Youtube Subtitle Downloader

Download subtitle (Closed Caption) from YouTube

O que é Youtube Subtitle Downloader?

Youtube Subtitle Downloader é uma extensão do Chrome desenvolvida por lockex1987, e sua principal característica é "Download subtitle (Closed Caption) from YouTube".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube Subtitle Downloader

Baixe arquivos de extensão Youtube Subtitle Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        - Check every YouTube video, and notify to the user (no subtitle or download links)
- Convert from YouTube timed format to popular SRT format
- Easy, lightweight
- Use mostly only pure client-side JavaScript
- This add-on does not support auto-generated subtitles (not yet)
- Firefox link: https://addons.mozilla.org/en-US/firefox/addon/youtube-subtitle-downloader/
- Chrome link: https://chrome.google.com/webstore/detail/youtube-subtitle-download/falajjjalaffofcbkhgdemihkpllibom                    

Informações Básicas da Extensão

Nome Youtube Subtitle Downloader Youtube Subtitle Downloader
ID falajjjalaffofcbkhgdemihkpllibom
URL Oficial https://chrome.google.com/webstore/detail/youtube-subtitle-download/falajjjalaffofcbkhgdemihkpllibom
Descrição Download subtitle (Closed Caption) from YouTube
Tamanho do Arquivo 31.29 KB
Contagem de Instalações 6,000
Versão Atual 3.0.0
Última Atualização 2021-11-14
Data de Publicação 2019-09-27
Classificação 2.78/5 Total de 18 Avaliações
Desenvolvedor lockex1987
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Subtitle Downloader",
    "version": "3.0.0",
    "description": "Download subtitle (Closed Caption) from YouTube",
    "icons": {
        "48": "images\/download-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/common.js",
        "js\/gui.js",
        "js\/timed-to-srt-converter.js",
        "js\/youtube-subtitle-downloader.js"
    ]
}