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 هو إضافة Chrome تم تطويرها بواسطة christianvuerings، والميزة الرئيسية لها هي "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pirate Bay Ad Remover

قم بتنزيل ملفات الامتداد Pirate Bay Ad Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": []
}