Stream Clean

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

Cos'è Stream Clean?

Stream Clean è un'estensione di Chrome sviluppata da AdamS, e la sua funzione principale è "Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stream Clean

Scarica i file di estensione Stream Clean in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stream Clean Stream Clean
ID fdhfbcegmpgcbcfpifbihkhonohaiiod
URL Ufficiale https://chromewebstore.google.com/detail/stream-clean/fdhfbcegmpgcbcfpifbihkhonohaiiod
Descrizione Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.
Dimensione del File 196 KB
Conteggio Installazioni 4,286
Versione Corrente 2.4.28
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2020-06-30
Valutazione 4.23/5 Totale 57 Valutazioni
Sviluppatore AdamS
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}