Twitch™ Adblock Plus

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

Twitch™ Adblock Plus क्या है?

Twitch™ Adblock Plus Purple Twitch™ Adblocker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Twitch™ Adblock Plus extension helps you block unwanted Twitch.tv ads without compromising quality."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch™ Adblock Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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

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.                    

एक्सटेंशन की मूल जानकारी

नाम Twitch™ Adblock Plus Twitch™ Adblock Plus
ID gfldbgjeciegongbgffhdpbgobjdcmgm
आधिकारिक URL https://chrome.google.com/webstore/detail/twitch-adblock-plus/gfldbgjeciegongbgffhdpbgobjdcmgm
विवरण The Twitch™ Adblock Plus extension helps you block unwanted Twitch.tv ads without compromising quality.
फ़ाइल का आकार 66.07 KB
स्थापना संख्या 34,198
वर्तमान संस्करण 3.0.2
अंतिम अपडेट 2023-07-22
प्रकाशन तिथि 2022-11-04
रेटिंग 2.38/5 कुल 106 रेटिंग्स
डेवलपर Purple Twitch™ Adblocker
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/purpletwitchadblocker/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": "3.0.2",
    "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",
        "notifications",
        "tabs",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "\/js\/bgs.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "\/js\/cs_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/block.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ]
}