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…

Wat is Netflix Unsubtitler?

Netflix Unsubtitler is een Chrome-extensie ontwikkeld door Guilherme D, en de belangrijkste functie is "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".

Download het CRX-bestand van de extensie Netflix Unsubtitler

Download Netflix Unsubtitler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
Officiële URL https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
Beschrijving Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
Bestandsgrootte 11.82 KB
Aantal Installaties 58
Huidige Versie 0.0.2
Laatst Bijgewerkt 2013-09-05
Publicatiedatum 2013-09-05
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Guilherme D
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}