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