Stream Clean

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

Apa itu Stream Clean?

Stream Clean adalah ekstensi Chrome yang dikembangkan oleh AdamS, dan fitur utamanya adalah "Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stream Clean

Unduh file ekstensi Stream Clean dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Stream Clean Stream Clean
ID fdhfbcegmpgcbcfpifbihkhonohaiiod
URL Resmi https://chromewebstore.google.com/detail/stream-clean/fdhfbcegmpgcbcfpifbihkhonohaiiod
Deskripsi Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.
Ukuran File 196 KB
Jumlah Instalasi 4,286
Versi Saat Ini 2.4.28
Terakhir Diperbarui 2024-03-04
Tanggal Publikasi 2020-06-30
Penilaian 4.23/5 Total 57 Penilaian
Pengembang AdamS
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}