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