Purple Ads Blocker

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

O que é Purple Ads Blocker?

Purple Ads Blocker é uma extensão do Chrome desenvolvida por Purple Block, e sua principal característica é "An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Purple Ads Blocker

Baixe arquivos de extensão Purple Ads Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Purple Ads Blocker Purple Ads Blocker
ID lkgcfobnmghhbhgekffaadadhmeoindg
URL Oficial https://chromewebstore.google.com/detail/purple-ads-blocker/lkgcfobnmghhbhgekffaadadhmeoindg
Descrição An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation
Tamanho do Arquivo 21.07 KB
Contagem de Instalações 97,216
Versão Atual 2.6.4
Última Atualização 2024-02-03
Data de Publicação 2021-04-14
Classificação 3.20/5 Total de 214 Avaliações
Desenvolvedor Purple Block
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/arthurbolsoni
URL da Página de Ajuda https://discord.gg/fJrEv2ect9
Idiomas Suportados 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"
}