Stream Clean

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

Wat is Stream Clean?

Stream Clean is een Chrome-extensie ontwikkeld door AdamS, en de belangrijkste functie is "Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stream Clean

Download Stream Clean-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

                        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.                    

Basisinformatie over de Extensie

Naam Stream Clean Stream Clean
ID fdhfbcegmpgcbcfpifbihkhonohaiiod
Officiële URL https://chromewebstore.google.com/detail/stream-clean/fdhfbcegmpgcbcfpifbihkhonohaiiod
Beschrijving Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.
Bestandsgrootte 196 KB
Aantal Installaties 4,286
Huidige Versie 2.4.28
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2020-06-30
Beoordeling 4.23/5 Totaal 57 Beoordelingen
Ontwikkelaar AdamS
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}