SUFLI - Netflix subtitles translator
A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click
O que é SUFLI - Netflix subtitles translator?
SUFLI - Netflix subtitles translator é uma extensão do Chrome desenvolvida por amidart, e sua principal característica é "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SUFLI - Netflix subtitles translator
Baixe arquivos de extensão SUFLI - 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
- Use left mouse button to translate a single word. - Use right mouse button to translate a phrase - just right-click on each word. - Multiple dictionaries, multiple directions. - Has subtitles history and you can use translator there too! Feel free to contact me at [email protected]
Informações Básicas da Extensão
Nome | SUFLI - Netflix subtitles translator |
ID | glhnfeapdblacaodpihdfcaijfddedec |
URL Oficial | https://chromewebstore.google.com/detail/sufli-netflix-subtitles-t/glhnfeapdblacaodpihdfcaijfddedec |
Descrição | A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click |
Tamanho do Arquivo | 326 KB |
Contagem de Instalações | 3,227 |
Versão Atual | 0.9.6 BETA |
Última Atualização | 2018-11-26 |
Data de Publicação | 2018-11-26 |
Classificação | 3.32/5 Total de 53 Avaliações |
Desenvolvedor | amidart |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://dmitry.artamoshkin.com/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SUFLI - Netflix subtitles translator", "short_name": "SUFLI", "description": "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click", "version": "0.9.6", "version_name": "0.9.6 BETA", "icons": { "128": "img\/icon256.png", "256": "img\/icon256.png" }, "background": { "scripts": [ "\/lib\/jquery-2.2.4.min.js", "\/lib\/mustache-2.3.0.min.js", "\/lib\/google-analytics-bundle.js", "\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "lib\/jquery-2.2.4.min.js", "lib\/netflix.js", "\/js\/content-script-0.js" ], "css": [ "css\/netflix.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "\/html\/*", "\/img\/*" ], "permissions": [ "storage", "*:\/\/translate.google.com\/*", "*:\/\/api.urbandictionary.com\/*", "*:\/\/glosbe.com\/*", "*:\/\/api.lingualeo.com\/*" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |