Pirate Bay Ad Remover

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

Qu'est-ce que Pirate Bay Ad Remover ?

Pirate Bay Ad Remover est une extension Chrome développée par christianvuerings, et sa fonction principale est "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pirate Bay Ad Remover

Téléchargez les fichiers d'extension Pirate Bay Ad Remover 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

                        Other Features:

* Make the page 100% width                    

Informations de Base sur l'Extension

Nom Pirate Bay Ad Remover Pirate Bay Ad Remover
ID lloolcmnedpjhdcjpjoelobpagijonnp
URL Officiel https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp
Description Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
Taille du Fichier 8.39 KB
Nombre d'Installations 2,218
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-11-15
Date de Publication 2014-10-03
Évaluation 3.73/5 Total 11 Évaluations
Développeur christianvuerings
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}