Netflix CC Enhancer

Closed captioning enhancer for Netflix removes SDH parts and song lyrics from subtitles and offers its visual adjustment.

Netflix CC Enhancer क्या है?

Netflix CC Enhancer Apoc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Closed captioning enhancer for Netflix removes SDH parts and song lyrics from subtitles and offers its visual adjustment."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension offers an ability to remove parts of an SDH  (subtitles for deaf and hard of hearing) and song lyrics in Netflix movies. On top of that it allowed to customize visual aspect of a subtitles like text colour, size, stroke, adding an overlay or changing a font.

In some movies, we don't have a choice but to see this annoying texts that are flooding our screen when something interesting is happening. Instead of reading parts like
[tension music], (DOGS HOWLING) or ♪ Let's sing together ♪, you can now focus on a movie.

Every setting can be enabled or disabled to your needs.

Shout-out to SRT Cleaner by Subtitle Tools.
Logo created from pictures by Freepik.                    

एक्सटेंशन की मूल जानकारी

नाम Netflix CC Enhancer Netflix CC Enhancer
ID afnjkpkdmepcchbkpgnljhncnagffkao
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-cc-enhancer/afnjkpkdmepcchbkpgnljhncnagffkao
विवरण Closed captioning enhancer for Netflix removes SDH parts and song lyrics from subtitles and offers its visual adjustment.
फ़ाइल का आकार 27.86 KB
स्थापना संख्या 85
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-07-31
प्रकाशन तिथि 2023-07-31
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Apoc
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix CC Enhancer",
    "description": "Closed captioning enhancer for Netflix removes SDH parts and song lyrics from subtitles and offers its visual adjustment.",
    "version": "1.0.0",
    "author": "Apoc",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-4b5fcba1.5e7b2c31.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-32.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "resources": [
                "assets\/chunk-4b5fcba1.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}