Netflix Simple Subs: Remove Closed Captions

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

Wat is Netflix Simple Subs: Remove Closed Captions?

Netflix Simple Subs: Remove Closed Captions is een Chrome-extensie ontwikkeld door Chris Varenhorst, en de belangrijkste functie is "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Netflix Simple Subs: Remove Closed Captions

Download Netflix Simple Subs: Remove Closed Captions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Netflix Simple Subs: Remove Closed Captions Netflix Simple Subs: Remove Closed Captions
ID koadefadeidjncbgflkeljlalcopflef
Officiële URL https://chromewebstore.google.com/detail/netflix-simple-subs-remov/koadefadeidjncbgflkeljlalcopflef
Beschrijving Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.
Bestandsgrootte 33.26 KB
Aantal Installaties 108
Huidige Versie 0.2
Laatst Bijgewerkt 2020-01-27
Publicatiedatum 2020-01-26
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar Chris Varenhorst
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}