Netflix Tweaks

Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…

¿Qué es Netflix Tweaks?

Netflix Tweaks es una extensión de Chrome desarrollada por Bernhard Caspar, y su función principal es "Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Netflix Tweaks

Descarga archivos de extensión Netflix Tweaks 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 Tweaks

- Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles
- Remove ♪lyrics♪ from subtitles
- Keep the credits rolling in full screen



Options:
You can individually enable/disable the tweaks.

To access the options, either open this URL in chrome:
chrome-extension://bdfekokoflbjbmdbpidnaechcechkbbg/options.html 
or go to Chrome Menu → More Tools → Extensions → Netflix Tweaks → Button 'Details' → Extension Options



Source code on Github: 
https://github.com/bernhardc/netflix-tweaks                    

Información Básica de la Extensión

Nombre Netflix Tweaks Netflix Tweaks
ID bdfekokoflbjbmdbpidnaechcechkbbg
URL Oficial https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg
Descripción Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
Tamaño del Archivo 57.79 KB
Cantidad de Instalaciones 581
Versión Actual 0.3
Última Actualización 2018-12-17
Fecha de Publicación 2018-12-17
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador Bernhard Caspar
Tipo de Pago free
Sitio Web de la Extensión https://github.com/bernhardc/netflix-tweaks
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Tweaks",
    "version": "0.3",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/www.netflix.com\/*",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}