The Piratebay Forwarder

It forwards you when your ISP has blocked TPB

The Piratebay Forwarder là gì?

The Piratebay Forwarder là một tiện ích mở rộng Chrome được phát triển bởi https://duken.nl, và tính năng chính của nó là "It forwards you when your ISP has blocked TPB".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Piratebay Forwarder

Tải xuống các tệp mở rộng The Piratebay Forwarder 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

                        Is The Pirate Bay bij jou geblokkeerd? Deze Plugin zorgt voor een oplossing. 

Bezoek de Originele Pirate bay website (Thepiratebay.org of thepiratebay.se) hierna wordt je doorgestuurd naar de werkende Officiële The Pirate Bay server welke te benaderen is zelfs als je een blokkade hebt verkregen van je provider.                    

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

Tên The Piratebay Forwarder The Piratebay Forwarder
ID cloklogdjmmcmimeccogjmnebmjeolhn
URL Chính Thức https://chromewebstore.google.com/detail/the-piratebay-forwarder/cloklogdjmmcmimeccogjmnebmjeolhn
Mô tả It forwards you when your ISP has blocked TPB
Kích Thước Tệp 30.43 KB
Số Lần Cài Đặt 1,422
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2013-01-06
Ngày Phát Hành 2013-01-06
Đánh Giá 3.87/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://duken.nl
Loại Thanh Toán free
Trang Web Mở Rộng http://www.duken.nl
URL Trang Trợ Giúp http://www.duken.nl/forums/index.php/topic/30690-simpel-the-pirate-bay-blokkade-omzeilen/
Ngôn Ngữ Được Hỗ Trợ nl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "It forwards you when your ISP has blocked TPB",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "name": "The Piratebay Forwarder",
    "version": "1.0.7",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.blokkade.ziggo.nl\/*",
                "*:\/\/*.thepiratebay.se\/*",
                "*:\/\/*.thepiratebay.org\/*",
                "http:\/\/thepiratebay.se\/*",
                "http:\/\/thepiratebay.org\/*",
                "*:\/\/*.upc.nl\/blokkades\/*",
                "http:\/\/194.71.107.82\/",
                "http:\/\/www.xs4all.nl\/geblokkeerd\/*"
            ],
            "css": [
                "blokkadepagina.css"
            ],
            "js": [
                "simpleforward.js"
            ],
            "run_at": "document_start"
        }
    ]
}