Youtube caption indicator

Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…

Cos'è Youtube caption indicator?

Youtube caption indicator è un'estensione di Chrome sviluppata da bperel, e la sua funzione principale è "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube caption indicator

Scarica i file di estensione Youtube caption indicator 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

                        Ever wondered if a YouTube video is subtitled in your language, without having to open it ?
  
Youtube caption indicator adds language-specific closed caption indicators below the description of each video among Youtube search results and "similar videos" panels.                    

Informazioni di Base sull'Estensione

Nome Youtube caption indicator Youtube caption indicator
ID chajkagpcfnnjhcggboigcmbfmgeijin
URL Ufficiale https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin
Descrizione Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Dimensione del File 38.56 KB
Conteggio Installazioni 1,106
Versione Corrente 0.3.4
Ultimo Aggiornamento 2017-10-08
Data di Pubblicazione 2017-10-08
Valutazione 3.27/5 Totale 11 Valutazioni
Sviluppatore bperel
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bperel/youtube-caption-indicator
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube caption indicator",
    "short_name": "Youtube caption indicator",
    "version": "0.3.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "youtube-caption-indicator.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    }
}