Netflix Translate

Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it.

O que é Netflix Translate?

Netflix Translate é uma extensão do Chrome desenvolvida por shimin.nikita, e sua principal característica é "Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Netflix Translate

Baixe arquivos de extensão Netflix Translate 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

                        1) translate any word from netflix video subtitles just by clicking on it;
2) multi language support; 
3) 10 sec. video rewind button will be added to standard netflix player;
4) quick search for translation using popup; 

Similar services: Livemocha, Busuu, w2mem, Grammar-teacher, Omegle, Lang-8, Interpals, Sharedtalk, British Council, Preply, PhrazeMix, About Education, Voice of America, Learn English Today, BBC                    

Informações Básicas da Extensão

Nome Netflix Translate Netflix Translate
ID cppopffhjdgeijpkpaoebneockpeehdo
URL Oficial https://chromewebstore.google.com/detail/netflix-translate/cppopffhjdgeijpkpaoebneockpeehdo
Descrição Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it.
Tamanho do Arquivo 105 KB
Contagem de Instalações 14,054
Versão Atual 1.0.2
Última Atualização 2016-02-15
Data de Publicação 2016-02-15
Classificação 3.42/5 Total de 45 Avaliações
Desenvolvedor shimin.nikita
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Translate",
    "short_name": "Netflix Translate",
    "description": "Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it.",
    "homepage_url": "http:\/\/nikitos.com\/learn_english_with_netflix_subtitles_chrome_extension.html",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "*:\/\/*.netflix.com\/*"
    ],
    "browser_action": {
        "default_title": "Translate",
        "default_icon": "icons\/icon16.png",
        "default_popup": "src\/popup\/html\/index.html"
    },
    "background": {
        "page": "src\/popup\/html\/index.html",
        "permissions": [
            "tabs"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "src\/embedded\/css\/styles.css"
            ],
            "js": [
                "src\/embedded\/js\/script.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/js\/script.js"
    ],
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    }
}