Youtube caption indicator

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

Hvad er Youtube caption indicator?

Youtube caption indicator er en Chrome-udvidelse udviklet af bperel, og dens hovedfunktion er "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".

Udvidelsesskærmbilleder

screenshot

Download Youtube caption indicator-udvidelses-CRX-fil

Download Youtube caption indicator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube caption indicator Youtube caption indicator
ID chajkagpcfnnjhcggboigcmbfmgeijin
Officiel URL https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin
Beskrivelse Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Filstørrelse 38.56 KB
Antal Installationer 1,106
Nuværende Version 0.3.4
Senest Opdateret 2017-10-08
Udgivelsesdato 2017-10-08
Bedømmelse 3.27/5 Samlet 11 Bedømmelser
Udvikler bperel
Betalingsmetode free
Udvidelseswebsted https://github.com/bperel/youtube-caption-indicator
Understøttede Sprog 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"
        }
    }
}