Purple Ads Blocker

An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation

Purple Ads Blocker क्या है?

Purple Ads Blocker Purple Block द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation"।

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

screenshot
screenshot

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

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

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

                        Purple AdBlock is a video ad-blocker for Twitch.tv. The extension uses an external proxy in an ad-free country, only video requests are sent through this proxy to retrieve an ad-free, full quality stream.

The extension does not collect or store your personal information and is opensource.

If you would like to contribute your own proxy or help us with the extension upkeep, please visit my Github https://github.com/arthurbolsoni

it might not work in some countries
ATTENTION: Does not work with Alternate Player for Twitch.
ATTENTION: The author of this extension accepts no responsibility for the use of the extension. The use of the extension is the total responsibility of the user.                    

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

नाम Purple Ads Blocker Purple Ads Blocker
ID lkgcfobnmghhbhgekffaadadhmeoindg
आधिकारिक URL https://chromewebstore.google.com/detail/purple-ads-blocker/lkgcfobnmghhbhgekffaadadhmeoindg
विवरण An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation
फ़ाइल का आकार 21.07 KB
स्थापना संख्या 97,216
वर्तमान संस्करण 2.6.4
अंतिम अपडेट 2024-02-03
प्रकाशन तिथि 2021-04-14
रेटिंग 3.20/5 कुल 214 रेटिंग्स
डेवलपर Purple Block
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/arthurbolsoni
सहायता पृष्ठ URL https://discord.gg/fJrEv2ect9
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Purple Ads Blocker, for Twitch",
        "default_icon": {
            "128": "images\/logov2-128.png"
        },
        "default_popup": "common\/html\/popup.html"
    },
    "author": "kingarthur",
    "icons": {
        "128": "images\/logov2-128.png"
    },
    "name": "Purple Ads Blocker",
    "description": "An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "2.6.4"
}