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…

什么是Netflix Unsubtitler?

Netflix Unsubtitler是由Guilherme D开发的Chrome扩展程序,该扩展的主要功能是“Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…”。

下载Netflix Unsubtitler扩展crx文件

下载Netflix Unsubtitler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
官方URL https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
简介 Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
文件大小 11.82 KB
安装次数 58
当前版本 0.0.2
更新时间 2013-09-05
上架时间 2013-09-05
评分 5.00/5 共8次评分
开发者 Guilherme D
付费类型 free
支持的语言 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"
        ]
    }
}