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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Netflix Simple Subs: Remove Closed Captions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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