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…

Cos'è Netflix Unsubtitler?

Netflix Unsubtitler è un'estensione di Chrome sviluppata da Guilherme D, e la sua funzione principale è "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".

Scarica il file CRX dell'estensione Netflix Unsubtitler

Scarica i file di estensione Netflix Unsubtitler 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 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.                    

Informazioni di Base sull'Estensione

Nome Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
URL Ufficiale https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
Descrizione Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
Dimensione del File 11.82 KB
Conteggio Installazioni 58
Versione Corrente 0.0.2
Ultimo Aggiornamento 2013-09-05
Data di Pubblicazione 2013-09-05
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Guilherme D
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}