Netflix Simple Subs: Remove Closed Captions

Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.

什么是Netflix Simple Subs: Remove Closed Captions?

Netflix Simple Subs: Remove Closed Captions是由Chris Varenhorst开发的Chrome扩展程序,该扩展的主要功能是“Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.”。

扩展截图

screenshot

下载Netflix Simple Subs: Remove Closed Captions扩展crx文件

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

扩展使用说明

                        Remove closed captioning (CC) from Netflix's English subtitles.  You'll no longer see things like [suspenseful music] or (indistinct radio chatter).  This this extension subtitles should only show dialogue.

==CHANGELOG==
- 0.2: Updated title. Minor tweaks.  Chrome Web Store. now requires a screenshot                    

扩展基本信息

名称 Netflix Simple Subs: Remove Closed Captions Netflix Simple Subs: Remove Closed Captions
ID koadefadeidjncbgflkeljlalcopflef
官方URL https://chromewebstore.google.com/detail/netflix-simple-subs-remov/koadefadeidjncbgflkeljlalcopflef
简介 Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.
文件大小 33.26 KB
安装次数 108
当前版本 0.2
更新时间 2020-01-27
上架时间 2020-01-26
评分 4.50/5 共8次评分
开发者 Chris Varenhorst
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Simple Subs: Remove Closed Captions",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}