Adblock for Twitch

Instantly eliminate unwanted adverts, intrusive notifications within a matter of a few clicks using AdBlock For Twitch.

Adblock for Twitchคืออะไร?

Adblock for Twitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adblock Twitch app และคุณลักษณะหลักของมันคือ "Instantly eliminate unwanted adverts, intrusive notifications within a matter of a few clicks using AdBlock For Twitch."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblock for Twitch

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

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

                        Instantly eliminate unwanted adverts, intrusive notifications within a matter of a few clicks using Adblock For Twitch.

The Twitch Adblocker helps you block all ads on Twitch.tv

Yes, Adblock For Twitch really works, you don't see any ads on Twitch While Playing Video. All you need to do is to install and use Adblock For Twitch.

The extension does not collect or store your personal information and is opensource.

Adblock For Twitch is the one tool you need to take full control to watch broadcasts.
 
100% free and safe Adblock For Twitch. 

Instantly eliminate unwanted adverts, intrusive notifications and advertising trackers within a matter of a few clicks.

How To Use:

- Firstly click on "Add To Chrome" Button.
- After Installing just click on "Extension icon" button.
- You see Pop-Up menu for Adblock ON/OFF For Twitch.
- Lets Enjoy

For more information about how the Adblock for Twitch extension works, visit the overview section, read the description and screenshots.

If you have any issues or feedback about the Adblock for Twitch extension, please visit our reviews section.                    

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

ชื่อ Adblock for Twitch Adblock for Twitch
ID mdomkpjejpboocpojfikalapgholajdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblock-for-twitch/mdomkpjejpboocpojfikalapgholajdc
คำอธิบาย Instantly eliminate unwanted adverts, intrusive notifications within a matter of a few clicks using AdBlock For Twitch.
ขนาดไฟล์ 68 KB
จำนวนการติดตั้ง 150,839
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-11-20
วันที่เผยแพร่ 2022-10-23
คะแนน 4.01/5 รวมทั้งหมด 1019 คะแนน
ผู้พัฒนา Adblock Twitch app
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/twitch-adblock/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.0.2",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Twitch Adblock",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/ads.js",
                "block.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ]
}