Twitch Ad Blocker

Block Twitch Ads and Enjoy Ad-Free Streaming

Twitch Ad Blockerคืออะไร?

Twitch Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zoneoneextension และคุณลักษณะหลักของมันคือ "Block Twitch Ads and Enjoy Ad-Free Streaming"

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

screenshot
screenshot

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

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

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

                        Twitch Ad Block extensions for you If you are a regular Twitch user, you know how annoying ads can be. They can disrupt your viewing experience, waste your time, and even slow down your browser.

What is the Twitch Ad Block Extension?

The twitch Block extension is an ad block solution designed specifically for Twitch.tv. It blocks pre-roll and mid-roll ads on live streams and videos. It is available as an extension for various browsers including Chrome and Edge, making it easy to install and accessible to a wide range of users.

How does the it block ads on twitch?

The extension uses advanced server-side signature and local m3u8 manipulation to block ads on Twitch.tv. When you use the extension, it sends only video requests through an external proxy located in an ad-free country. This allows the extension to retrieve an ad-free, full-quality stream for users. The extension uses a combination of server-side signature and local m3u8 manipulation to ensure that ads are effectively blocked without affecting the quality of the content being streamed.

Benefits of using the Twitch Ad Block Extension

The Twitch Ad Block extension offers numerous benefits to Twitch users, including:

Improved viewing experience: With the this extension, you can enjoy uninterrupted streaming and video content without any annoying ads.

Improved browser performance: By blocking ads, the this extension can help your browser run faster and more efficiently, resulting in faster page load times and smoother browsing.

Privacy-focused: The Twitch Ad Block extension does not collect any personal information from users, ensuring that your browsing activity remains private and secure.

How to install and use the AdBlock for twitch chrome Extension

Here are the steps:

Step 1: Go to the web store for your browser (Chrome, Edge, etc.)

Step 2: Search for "Twitch Ad Block" in the search bar.

Step 3: Click on "Add to Chrome" or "Add to Edge" (depending on your browser) and confirm the installation.

Step 4: Once installed, go to Twitch.tv and start watching your favorite streams and videos.

The Twitch Ad Block extension will automatically block all pre-roll and mid-roll ads, ensuring that you can enjoy uninterrupted streaming and video content on Twitch.tv.

Conclusion

In conclusion, if you are a regular Twitch user who is tired of annoying ads disrupting your viewing experience, the Twitch Ad Block extension is the perfect solution. It is easy to install and use, highly effective in blocking ads, and offers numerous benefits including improved browser performance and privacy                    

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

ชื่อ Twitch Ad Blocker Twitch Ad Blocker
ID nokdajpgplnbkflbdhhagbjajphjplai
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitch-ad-blocker/nokdajpgplnbkflbdhhagbjajphjplai
คำอธิบาย Block Twitch Ads and Enjoy Ad-Free Streaming
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 7,837
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-17
วันที่เผยแพร่ 2023-04-17
คะแนน 3.23/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา zoneoneextension
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Ad Blocker",
    "description": "Block Twitch Ads and Enjoy Ad-Free Streaming",
    "version": "1.0",
    "icons": {
        "16": "icons\/Icon_16.png",
        "32": "icons\/Icon_32.png",
        "64": "icons\/Icon_64.png",
        "128": "icons\/Icon_128.png",
        "2000": "icons\/Icon_2000.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/Icon_16.png",
            "32": "icons\/Icon_32.png",
            "64": "icons\/Icon_64.png",
            "128": "icons\/Icon_128.png",
            "2000": "icons\/Icon_2000.png"
        },
        "default_title": "Twitch Adblock",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "notifications"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "block_rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}