Netflix Unsubtitler

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…

Merlin
Additional files are visible only to premium users

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"
    ]
  }
}