Stream Clean

Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.

Co je Stream Clean?

Stream Clean je rozšíření Chrome vyvinuté AdamS, a jeho hlavní funkcí je „Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Stream Clean

Stáhněte si soubory rozšíření Stream Clean ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Stream Clean filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.

This extension was developed to mute and hide profanity and other offensive language while watching common video services.                    

Základní Informace o Rozšíření

Název Stream Clean Stream Clean
ID fdhfbcegmpgcbcfpifbihkhonohaiiod
Oficiální URL https://chromewebstore.google.com/detail/stream-clean/fdhfbcegmpgcbcfpifbihkhonohaiiod
Popis Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.
Velikost souboru 196 KB
Počet instalací 4,286
Aktuální Verze 2.4.28
Poslední Aktualizace 2024-03-04
Datum Vydání 2020-06-30
Hodnocení 4.23/5 Celkem 57 Hodnocení
Vývojář AdamS
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stream Clean",
    "short_name": "Stream Clean",
    "description": "Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.",
    "version": "2.4.28",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/streamClean.js",
            "scripts\/filter.js",
            "scripts\/eventPage.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/_app.js",
                "scripts\/tabLoaded.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "images\/icon-128-bw.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "images\/icon-128.png"
    }
}