Netflix Tweaks
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
Cos'è Netflix Tweaks?
Netflix Tweaks è un'estensione di Chrome sviluppata da Bernhard Caspar, e la sua funzione principale è "Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Netflix Tweaks
Scarica i file di estensione Netflix Tweaks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | bdfekokoflbjbmdbpidnaechcechkbbg | 
| URL Ufficiale | https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg | 
| Descrizione | Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles… | 
| Dimensione del File | 57.79 KB | 
| Conteggio Installazioni | 581 | 
| Versione Corrente | 0.3 | 
| Ultimo Aggiornamento | 2018-12-17 | 
| Data di Pubblicazione | 2018-12-17 | 
| Valutazione | 5.00/5 Totale 6 Valutazioni | 
| Sviluppatore | Bernhard Caspar | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/bernhardc/netflix-tweaks | 
| Lingue Supportate | 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"
            ]
        }
    ]
}  |  |