Stream Cleaner

The Stream Cleaner extension helps you block Twitch.tv ads.

Stream Cleanerคืออะไร?

Stream Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Twitch™ Adblocker Plus และคุณลักษณะหลักของมันคือ "The Stream Cleaner extension helps you block Twitch.tv ads."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stream Cleaner

ดาวน์โหลดไฟล์ส่วนขยาย Stream Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Stream Cleaner adblocker extension blocks all the ads on twitch.tv. 

Adblocker for Twitch™ works very well and blocks the pre and mid-roll ads while watching live streams or videos.

How To Use:

> Click on the "Add to Chrome" button to install it.
> After Installation, click on "Extension icon".
> Then you will see a pop-up to enable/disable the Adblocker.

Benefits of adblocker extension
- Block annoying ads
- Improve page load speed
- Improve browser performance
- Decrease memory usage
- Improve bandwidth usage

Adblocker for Twitch™ enables users to easily get rid of unwanted advertisements and intrusive notifications with just a few clicks.

Version 1.15.0 changes
>> Twitch "commercial break in progress or purple screen" bug fixed

Version 1.13.0 changes
>> New Icons
>> Minor bug fixes

Version 1.7.0 changes
>> Minor bug fixes
>> New UI

Important: This extension does not share/collect any of your personal information and it is developed on the basis of an open-source code.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stream Cleaner Stream Cleaner
ID lehcglgkjkamolcflammloedahjocbbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stream-cleaner/lehcglgkjkamolcflammloedahjocbbg
คำอธิบาย The Stream Cleaner extension helps you block Twitch.tv ads.
ขนาดไฟล์ 79.46 KB
จำนวนการติดตั้ง 591,220
เวอร์ชันปัจจุบัน 1.15.0
อัปเดตครั้งล่าสุด 2023-08-14
วันที่เผยแพร่ 2022-11-08
คะแนน 4.08/5 รวมทั้งหมด 2189 คะแนน
ผู้พัฒนา Twitch™ Adblocker Plus
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.blocktwitchads.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.blocktwitchads.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.15.0",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/32.png",
        "default_title": "Stream Cleaner",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ads.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ]
}