subtitle list

Preview and download the subtitles of a youtube video.

Cos'è subtitle list?

subtitle list è un'estensione di Chrome sviluppata da SubtitleList.com, e la sua funzione principale è "Preview and download the subtitles of a youtube video.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione subtitle list

Scarica i file di estensione subtitle list in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome subtitle list subtitle list
ID gnckdfjefihgdekfncabemllgdadhimk
URL Ufficiale https://chrome.google.com/webstore/detail/subtitle-list/gnckdfjefihgdekfncabemllgdadhimk
Descrizione Preview and download the subtitles of a youtube video.
Dimensione del File 55.1 KB
Conteggio Installazioni 633
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-09-26
Data di Pubblicazione 2019-09-26
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore SubtitleList.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.subtitlelist.com
Lingue Supportate 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
}