The Pirate Bay unblocker

An extenstion that unblocks The Pirate Bay by redirecting to a proxy

The Pirate Bay unblockerคืออะไร?

The Pirate Bay unblocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tiernan และคุณลักษณะหลักของมันคือ "An extenstion that unblocks The Pirate Bay by redirecting to a proxy"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Pirate Bay unblocker

ดาวน์โหลดไฟล์ส่วนขยาย The Pirate Bay unblocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This now works for links on Google and when using the address bar

Changelog:
Version 1.16:
- Changed the default proxy to rekt.club

Version 1.15:
- Changed the default proxy to ilikerainbows.co.uk

Version 1.14:
- Changed the default proxy to pirateproxy.bz

Version 1.13:
- Changed the default proxy to zeroproxy.me

Version 1.12:
- Changed the default proxy to thebootlegbay.com

Version 1.11:
- Changed the default proxy to fastpiratebay.eu

Version 1.10:
- Changed the default proxy to bayproxy.com

Version 1.9 :
 - Unblocked thepiratebay.ac

Version 1.8 :
 - Changed the default proxy to tpbunblocker.com

Version 1.7 :
 - Changed the default proxy to tpbunblocked.com as the 
pirateproxy.net is now blocked.
Version 1.6 :
 - Unblocked the piratebay.sx domain 

Version 1.5 :
 - Unblocked the piratebay.is domain 

Version 1.4 :
 - Added an options page so that you can change the proxy used.

Version 1.3 :
 - Changed the proxy to pirateproxy.net, this is due to tpb.pirateparty.org.uk no longer being available.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Pirate Bay unblocker The Pirate Bay unblocker
ID cechdibmaolglcdioefoikpknppdekpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-pirate-bay-unblocker/cechdibmaolglcdioefoikpknppdekpc
คำอธิบาย An extenstion that unblocks The Pirate Bay by redirecting to a proxy
ขนาดไฟล์ 13.71 KB
จำนวนการติดตั้ง 4,581
เวอร์ชันปัจจุบัน 1.15
อัปเดตครั้งล่าสุด 2014-12-01
วันที่เผยแพร่ 2014-12-01
คะแนน 3.64/5 รวมทั้งหมด 70 คะแนน
ผู้พัฒนา tiernan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Pirate Bay unblocker",
    "version": "1.15",
    "manifest_version": 2,
    "description": "An extenstion that unblocks The Pirate Bay by redirecting to a proxy",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}