Youtube caption indicator
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Co je Youtube caption indicator?
Youtube caption indicator je rozšíření Chrome vyvinuté bperel, a jeho hlavní funkcí je „Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube caption indicator
Stáhněte si soubory rozšíření Youtube caption indicator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Youtube caption indicator |
ID | chajkagpcfnnjhcggboigcmbfmgeijin |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin |
Popis | Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds… |
Velikost souboru | 38.56 KB |
Počet instalací | 1,106 |
Aktuální Verze | 0.3.4 |
Poslední Aktualizace | 2017-10-08 |
Datum Vydání | 2017-10-08 |
Hodnocení | 3.27/5 Celkem 11 Hodnocení |
Vývojář | bperel |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/bperel/youtube-caption-indicator |
Podporované Jazyky | 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" } } } |