Youtube caption indicator
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Qu'est-ce que Youtube caption indicator ?
Youtube caption indicator est une extension Chrome développée par bperel, et sa fonction principale est "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube caption indicator
Téléchargez les fichiers d'extension Youtube caption indicator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Youtube caption indicator |
ID | chajkagpcfnnjhcggboigcmbfmgeijin |
URL Officiel | 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… |
Taille du Fichier | 38.56 KB |
Nombre d'Installations | 1,106 |
Version Actuelle | 0.3.4 |
Dernière Mise à Jour | 2017-10-08 |
Date de Publication | 2017-10-08 |
Évaluation | 3.27/5 Total 11 Évaluations |
Développeur | bperel |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bperel/youtube-caption-indicator |
Langues Prises en Charge | 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" } } } |