Adblocker for Twitch™

The Twitch Adblock extension helps you block Twitch ads.

Adblocker for Twitch™とは何ですか?

Adblocker for Twitch™はAlbert Augustinによって開発されたChromeの拡張機能で、その主な機能は「The Twitch Adblock extension helps you block Twitch ads.」です。

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

screenshot

Adblocker for Twitch™拡張機能のCRXファイルをダウンロード

Adblocker for Twitch™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adblocker blocks ads by automatically reducing the video resolution to ensure that you are not disturbed by ads while watching live streams or VOD on twitch.tv.

Feature:
✔️Easy to use
Turn on the extension work switch to start blocking ads immediately.
✔️No bother
No effect on watching Twitch streams. You can turn off the ad blocking prompt to improve the viewing experience.
✔️Show blocking times
Show the number of ad blocks in the extension popup. Even if the ad block prompt is turned off, you could know the extension is working. You can clear it at any time.
✔️Free
100% free. 

Notice:
No personal or Twitch account information is collected/shared.                    

拡張機能の基本情報

名前 Adblocker for Twitch™ Adblocker for Twitch™
ID kfpdbfnphkbfflefelchfgjgeblgacfo
公式URL https://chromewebstore.google.com/detail/adblocker-for-twitch/kfpdbfnphkbfflefelchfgjgeblgacfo
説明 The Twitch Adblock extension helps you block Twitch ads.
ファイルサイズ 1.22 MB
インストール数 2,949
現在のバージョン 1.0.8
最終更新日 2022-10-18
公開日 2022-09-14
評価 2.50/5 合計 6 レビュー
開発者 Albert Augustin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://twiclips.com/
プライバシーポリシーページのURL https://extensiondock.com/privacy
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/adblocker-for-twitch\/mmnpcobofmnpghjnjkfhkfbdndajgfph",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "version": "1.0.8",
    "icons": {
        "128": "icons\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/ad_custom.css"
            ],
            "js": [
                "\/js\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject-script.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "block_rules.json"
            }
        ]
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.pinterest.com\/*",
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.aliyuncs.com\/*",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/googleads.g.doubleclick.net\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    }
}