Purple Ads Blocker

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

Qu'est-ce que Purple Ads Blocker ?

Purple Ads Blocker est une extension Chrome développée par Purple Block, et sa fonction principale est "An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Purple Ads Blocker

Téléchargez les fichiers d'extension Purple Ads Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Purple Ads Blocker Purple Ads Blocker
ID lkgcfobnmghhbhgekffaadadhmeoindg
URL Officiel https://chromewebstore.google.com/detail/purple-ads-blocker/lkgcfobnmghhbhgekffaadadhmeoindg
Description An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation
Taille du Fichier 21.07 KB
Nombre d'Installations 97,216
Version Actuelle 2.6.4
Dernière Mise à Jour 2024-02-03
Date de Publication 2021-04-14
Évaluation 3.20/5 Total 214 Évaluations
Développeur Purple Block
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/arthurbolsoni
URL de la Page d'Aide https://discord.gg/fJrEv2ect9
Langues Prises en Charge 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"
}