Youtube caption indicator

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

What is Youtube caption indicator?

Youtube caption indicator is a Chrome extension developed by bperel, and its main feature is "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".

Extension Screenshots

screenshot

Download Youtube caption indicator Extension CRX File

Download Youtube caption indicator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Youtube caption indicator Youtube caption indicator
ID chajkagpcfnnjhcggboigcmbfmgeijin
Official URL https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin
Description Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
File Size 38.56 KB
Installation Count 1,106
Current Version 0.3.4
Last Updated 2017-10-08
Publish Date 2017-10-08
Rating 3.27/5 Total 11 Ratings
Developer bperel
Payment Type free
Extension Website https://github.com/bperel/youtube-caption-indicator
Supported Languages 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"
        }
    }
}