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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}