The Pirate Bay unblocker
An extenstion that unblocks The Pirate Bay by redirecting to a proxy
什麼是The Pirate Bay unblocker?
The Pirate Bay unblocker是由tiernan開發的Chrome擴展程式,該擴展的主要功能是“An extenstion that unblocks The Pirate Bay by redirecting to a proxy”。
擴展截圖
下載The Pirate Bay unblocker擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | cechdibmaolglcdioefoikpknppdekpc |
| 官方網址 | 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"
} | |