Youtube caption indicator
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
O que é Youtube caption indicator?
Youtube caption indicator é uma extensão do Chrome desenvolvida por bperel, e sua principal característica é "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube caption indicator
Baixe arquivos de extensão Youtube caption indicator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Youtube caption indicator |
ID | chajkagpcfnnjhcggboigcmbfmgeijin |
URL Oficial | https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin |
Descrição | Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds… |
Tamanho do Arquivo | 38.56 KB |
Contagem de Instalações | 1,106 |
Versão Atual | 0.3.4 |
Última Atualização | 2017-10-08 |
Data de Publicação | 2017-10-08 |
Classificação | 3.27/5 Total de 11 Avaliações |
Desenvolvedor | bperel |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bperel/youtube-caption-indicator |
Idiomas Suportados | 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" } } } |