Twitch Ad Blocker

Block Twitch Ads and Enjoy Ad-Free Streaming

Twitch Ad Blockerとは何ですか?

Twitch Ad Blockerはzoneoneextensionによって開発されたChromeの拡張機能で、その主な機能は「Block Twitch Ads and Enjoy Ad-Free Streaming」です。

拡張機能のスクリーンショット

screenshot
screenshot

Twitch Ad Blocker拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
        ""
    ]
}