Purple Twitch Adblock

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

Purple Twitch Adblockคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        The Purple Twitch™ Adblock 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

Benefits of adblock extension
- Block ads
- Improve browser speed
- Improve page load speed
- Decrease memory usage of webpages
- Save bandwidth

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 data for all websites": to block ads coming from multiple sites.
 - "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.
 - “Notifications”: to send the important adblocking notifications.                    

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

ชื่อ Purple Twitch Adblock Purple Twitch Adblock
ID colcliffkdihpdkpmoohhmikhjjklifj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/purple-twitch-adblock/colcliffkdihpdkpmoohhmikhjjklifj
คำอธิบาย The Purple Twitch Adblock extension helps you block unwanted Twitch.tv ads without compromising quality.
ขนาดไฟล์ 65.86 KB
จำนวนการติดตั้ง 40,996
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2022-10-15
วันที่เผยแพร่ 2022-06-25
คะแนน 3.73/5 รวมทั้งหมด 205 คะแนน
ผู้พัฒนา https://www.twitchadblock.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.twitchadblock.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.twitchadblock.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,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": "2.1.2",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/32.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": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ads.js",
                "block.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ]
}