Netflix Subtitles Translator
Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.
O que é Netflix Subtitles Translator?
Netflix Subtitles Translator é uma extensão do Chrome desenvolvida por krbv, e sua principal característica é "Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix Subtitles Translator
Baixe arquivos de extensão Netflix Subtitles Translator 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
This extension allows you to quickly translate netflix subtitles from one language to other language.
Informações Básicas da Extensão
Nome | Netflix Subtitles Translator |
ID | lifnhhhbkmkobgokokejfjnfpgcnappe |
URL Oficial | https://chromewebstore.google.com/detail/netflix-subtitles-transla/lifnhhhbkmkobgokokejfjnfpgcnappe |
Descrição | Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support. |
Tamanho do Arquivo | 90.9 KB |
Contagem de Instalações | 5,588 |
Versão Atual | 0.1.2 |
Última Atualização | 2018-11-23 |
Data de Publicação | 2018-11-23 |
Classificação | 3.50/5 Total de 10 Avaliações |
Desenvolvedor | krbv |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-small.png" }, "options_page": "options.html", "content_scripts": [ { "js": [ "content-script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.netflix.com\/*" ], "run_at": "document_end" } ], "description": "Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.", "icons": { "128": "icon-large.png", "16": "icon-bitty.png", "48": "icon-small.png" }, "manifest_version": 2, "name": "Netflix Subtitles Translator", "permissions": [ "contextMenus", "tabs", "storage" ], "short_name": "Netflix Subtitles Translator", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2" } |