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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extenstion that unblocks The Pirate Bay by redirecting to a proxy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Pirate Bay unblocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
| आधिकारिक 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"
} | |