Youtube caption indicator

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

Wat is Youtube caption indicator?

Youtube caption indicator is een Chrome-extensie ontwikkeld door bperel, en de belangrijkste functie is "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube caption indicator

Download Youtube caption indicator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youtube caption indicator Youtube caption indicator
ID chajkagpcfnnjhcggboigcmbfmgeijin
Officiële URL https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin
Beschrijving Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Bestandsgrootte 38.56 KB
Aantal Installaties 1,106
Huidige Versie 0.3.4
Laatst Bijgewerkt 2017-10-08
Publicatiedatum 2017-10-08
Beoordeling 3.27/5 Totaal 11 Beoordelingen
Ontwikkelaar bperel
Betalingswijze free
Extensiewebsite https://github.com/bperel/youtube-caption-indicator
Ondersteunde Talen 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"
        }
    }
}