Youtube caption indicator
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
¿Qué es Youtube caption indicator?
Youtube caption indicator es una extensión de Chrome desarrollada por bperel, y su función principal es "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Youtube caption indicator
Descarga archivos de extensión Youtube caption indicator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Youtube caption indicator |
ID | chajkagpcfnnjhcggboigcmbfmgeijin |
URL Oficial | https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin |
Descripción | Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds… |
Tamaño del Archivo | 38.56 KB |
Cantidad de Instalaciones | 1,106 |
Versión Actual | 0.3.4 |
Última Actualización | 2017-10-08 |
Fecha de Publicación | 2017-10-08 |
Calificación | 3.27/5 Total de 11 Calificaciones |
Desarrollador | bperel |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/bperel/youtube-caption-indicator |
Idiomas Soportados | 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" } } } |