subtitle list

Preview and download the subtitles of a youtube video.

O que é subtitle list?

subtitle list é uma extensão do Chrome desenvolvida por SubtitleList.com, e sua principal característica é "Preview and download the subtitles of a youtube video.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão subtitle list

Baixe arquivos de extensão subtitle list 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

                        Click on this extension which allows you to preview and download the subtitles of a youtube video.                    

Informações Básicas da Extensão

Nome subtitle list subtitle list
ID gnckdfjefihgdekfncabemllgdadhimk
URL Oficial https://chrome.google.com/webstore/detail/subtitle-list/gnckdfjefihgdekfncabemllgdadhimk
Descrição Preview and download the subtitles of a youtube video.
Tamanho do Arquivo 55.1 KB
Contagem de Instalações 633
Versão Atual 1.0.3
Última Atualização 2019-09-26
Data de Publicação 2019-09-26
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor SubtitleList.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.subtitlelist.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "subtitle list",
    "version": "1.0.3",
    "description": "Preview and download the subtitles of a youtube video.",
    "author": "Jiang Fengbing",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/www.subtitlelist.com\/",
        "https:\/\/www.subtitlelist.com\/",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Add_16.png",
            "32": "images\/Add_32.png",
            "48": "images\/Add_48.png",
            "128": "images\/Add_128.png"
        }
    },
    "icons": {
        "16": "images\/Add_16.png",
        "32": "images\/Add_32.png",
        "48": "images\/Add_48.png",
        "128": "images\/Add_128.png"
    },
    "manifest_version": 2
}