Pirate Bay Ad Remover

Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.

O que é Pirate Bay Ad Remover?

Pirate Bay Ad Remover é uma extensão do Chrome desenvolvida por christianvuerings, e sua principal característica é "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pirate Bay Ad Remover

Baixe arquivos de extensão Pirate Bay Ad Remover 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

                        Other Features:

* Make the page 100% width                    

Informações Básicas da Extensão

Nome Pirate Bay Ad Remover Pirate Bay Ad Remover
ID lloolcmnedpjhdcjpjoelobpagijonnp
URL Oficial https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp
Descrição Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
Tamanho do Arquivo 8.39 KB
Contagem de Instalações 2,218
Versão Atual 1.0.2
Última Atualização 2021-11-15
Data de Publicação 2014-10-03
Classificação 3.73/5 Total de 11 Avaliações
Desenvolvedor christianvuerings
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pirate Bay Ad Remover",
    "short_name": "PB Ad Remover",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.",
    "content_scripts": [
        {
            "js": [
                "js\/piratebay-ad-remover.js"
            ],
            "matches": [
                "http:\/\/*.thepiratebay.ac\/*",
                "https:\/\/*.thepiratebay.ac\/*",
                "http:\/\/*.thepiratebay.pe\/*",
                "https:\/\/*.thepiratebay.pe\/*",
                "http:\/\/*.thepiratebay.org\/*",
                "https:\/\/*.thepiratebay.org\/*",
                "http:\/\/*.thepiratebay.se\/*",
                "https:\/\/*.thepiratebay.se\/*",
                "http:\/\/*.thepiratebay.gl\/*",
                "https:\/\/*.thepiratebay.gl\/*",
                "http:\/\/*.thepiratebay.is\/*",
                "https:\/\/*.thepiratebay.is\/*",
                "http:\/\/*.thepiratebay.sx\/*",
                "https:\/\/*.thepiratebay.sx\/*",
                "http:\/\/*.depiraatbaai.be\/*",
                "https:\/\/*.depiraatbaai.be\/*",
                "http:\/\/194.71.107.80\/*",
                "https:\/\/194.71.107.80\/*"
            ]
        }
    ],
    "icons": {
        "32": "piratebay-ad-remover-32.png",
        "64": "piratebay-ad-remover-64.png",
        "128": "piratebay-ad-remover-128.png"
    },
    "permissions": []
}