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…

Hvad er Netflix Unsubtitler?

Netflix Unsubtitler er en Chrome-udvidelse udviklet af Guilherme D, og dens hovedfunktion er "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".

Download Netflix Unsubtitler-udvidelses-CRX-fil

Download Netflix Unsubtitler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
Officiel URL https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
Beskrivelse Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
Filstørrelse 11.82 KB
Antal Installationer 58
Nuværende Version 0.0.2
Senest Opdateret 2013-09-05
Udgivelsesdato 2013-09-05
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler Guilherme D
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}