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…

What is Netflix Unsubtitler?

Netflix Unsubtitler is a Chrome extension developed by Guilherme D, and its main feature 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 Netflix Unsubtitler Extension CRX File

Download Netflix Unsubtitler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
Official URL https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
Description Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
File Size 11.82 KB
Installation Count 58
Current Version 0.0.2
Last Updated 2013-09-05
Publish Date 2013-09-05
Rating 5.00/5 Total 8 Ratings
Developer Guilherme D
Payment Type free
Supported Languages 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"
        ]
    }
}