Netflix Unsubtitler

Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…

O que é Netflix Unsubtitler?

Netflix Unsubtitler é uma extensão do Chrome desenvolvida por Guilherme D, e sua principal característica é "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".

Baixar o arquivo CRX da Extensão Netflix Unsubtitler

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

                        Netflix somehow thinks it makes sense to not allow you to turn subtitles off even when you are completely capable of understanding the presented language, so I decided to make an extension to *fix* it.                    

Informações Básicas da Extensão

Nome Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
URL Oficial https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
Descrição Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
Tamanho do Arquivo 11.82 KB
Contagem de Instalações 58
Versão Atual 0.0.2
Última Atualização 2013-09-05
Data de Publicação 2013-09-05
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Guilherme D
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.akam.nflximg.com\/soa2\/*"
    ],
    "background": {
        "scripts": [
            "unsubtitler.js"
        ]
    }
}