Pirate Bay Ad Remover

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

Pirate Bay Ad Remover क्या है?

Pirate Bay Ad Remover christianvuerings द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents."।

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

screenshot

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

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

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

                        Other Features:

* Make the page 100% width                    

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

नाम Pirate Bay Ad Remover Pirate Bay Ad Remover
ID lloolcmnedpjhdcjpjoelobpagijonnp
आधिकारिक URL https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp
विवरण Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
फ़ाइल का आकार 8.39 KB
स्थापना संख्या 2,218
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2021-11-15
प्रकाशन तिथि 2014-10-03
रेटिंग 3.73/5 कुल 11 रेटिंग्स
डेवलपर christianvuerings
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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": []
}