Pirate Bay Ad Remover

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

Pirate Bay Ad Remover là gì?

Pirate Bay Ad Remover là một tiện ích mở rộng Chrome được phát triển bởi christianvuerings, và tính năng chính của nó là "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pirate Bay Ad Remover

Tải xuống các tệp mở rộng Pirate Bay Ad Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Other Features:

* Make the page 100% width                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pirate Bay Ad Remover Pirate Bay Ad Remover
ID lloolcmnedpjhdcjpjoelobpagijonnp
URL Chính Thức https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp
Mô tả Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
Kích Thước Tệp 8.39 KB
Số Lần Cài Đặt 2,218
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-11-15
Ngày Phát Hành 2014-10-03
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển christianvuerings
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}