Youtube caption indicator

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

Was ist Youtube caption indicator?

Youtube caption indicator ist eine Chrome-Erweiterung, die von bperel entwickelt wurde, und ihr Hauptmerkmal ist "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".

Erweiterungsscreenshots

screenshot

Youtube caption indicator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube caption indicator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Youtube caption indicator Youtube caption indicator
ID chajkagpcfnnjhcggboigcmbfmgeijin
Offizielle URL https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin
Beschreibung Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Dateigröße 38.56 KB
Installationsanzahl 1,106
Aktuelle Version 0.3.4
Letztes Update 2017-10-08
Veröffentlichungsdatum 2017-10-08
Bewertung 3.27/5 Insgesamt 11 Bewertungen
Entwickler bperel
Zahlungsart free
Erweiterungswebsite https://github.com/bperel/youtube-caption-indicator
Unterstützte Sprachen 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"
        }
    }
}