Stream Clean

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

Τι είναι το Stream Clean;

Το Stream Clean είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AdamS, και η κύρια λειτουργία του είναι "Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Stream Clean

Λήψη αρχείων επέκτασης Stream Clean σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Stream Clean Stream Clean
ID fdhfbcegmpgcbcfpifbihkhonohaiiod
Επίσημο URL https://chromewebstore.google.com/detail/stream-clean/fdhfbcegmpgcbcfpifbihkhonohaiiod
Περιγραφή Filters profanity and other user-defined words on Netflix, Amazon, Hulu, Disney+, and more using closed captions.
Μέγεθος Αρχείου 196 KB
Αριθμός Εγκαταστάσεων 4,286
Τρέχουσα Έκδοση 2.4.28
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 4.23/5 Συνολικά 57 Αξιολογήσεις
Προγραμματιστής AdamS
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}