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…

¿Qué es Netflix Unsubtitler?

Netflix Unsubtitler es una extensión de Chrome desarrollada por Guilherme D, y su función principal es "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".

Descargar Archivo CRX de la Extensión Netflix Unsubtitler

Descarga archivos de extensión Netflix Unsubtitler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
URL Oficial https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
Descripción Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
Tamaño del Archivo 11.82 KB
Cantidad de Instalaciones 58
Versión Actual 0.0.2
Última Actualización 2013-09-05
Fecha de Publicación 2013-09-05
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador Guilherme D
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}