Twitch™ Adblock Plus

The Twitch™ Adblock Plus extension helps you block unwanted Twitch.tv ads without compromising quality.

Twitch™ Adblock Plusคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        The Twitch™ Adblocker Plus extension is an adblocker for Twitch.tv. This extension is helpful for blocking commercials. This extension blocks ads without switching to lower quality.

How to use the Twitch™ adblock extension:

1. Install the extension
2. Pin it in the toolbar
3. Click the extension icon and enable the adblocker with the toggle button.
4. Then, play any video on twitch.tv

Change Log:
Version 1.2.3:
-New contribution option added.

Version 1.2.1:
- Minor bug fixes.
- New UI introduced.
- Added contribution option.

Note: This extension does not collect/share any of your personal information and it is based on the open-source code.

The extension requires such permissions as:

 - "Access to browser tabs" to get details about the website you visit (website url, tab id, parent tab id). It helps us to block ad requests.                    

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

ชื่อ Twitch™ Adblock Plus Twitch™ Adblock Plus
ID efdkmejbldmccndljocbkmpankbjhaao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-adblock-plus/efdkmejbldmccndljocbkmpankbjhaao
คำอธิบาย The Twitch™ Adblock Plus extension helps you block unwanted Twitch.tv ads without compromising quality.
ขนาดไฟล์ 86.87 KB
จำนวนการติดตั้ง 139,917
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2023-11-24
วันที่เผยแพร่ 2023-08-10
คะแนน 3.04/5 รวมทั้งหมด 210 คะแนน
ผู้พัฒนา Twitch™ Adblock Plus
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.twitchtvadblock.com/
URL หน้าช่วยเหลือ https://www.twitchtvadblock.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://www.twitchtvadblock.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.2.3",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/32.png",
        "default_title": "Twitch\u2122 Adblock Plus",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.twitch.tv\/*"
    ],
    "background": {
        "service_worker": "\/js\/bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "\/js\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/main.js",
                "\/assets\/*",
                "\/icons\/*"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ]
}