The Piratebay Forwarder
It forwards you when your ISP has blocked TPB
What is The Piratebay Forwarder?
The Piratebay Forwarder is a Chrome extension developed by https://duken.nl, and its main feature is "It forwards you when your ISP has blocked TPB".
Extension Screenshots
Download The Piratebay Forwarder Extension CRX File
Download The Piratebay Forwarder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | The Piratebay Forwarder |
ID | cloklogdjmmcmimeccogjmnebmjeolhn |
Official URL | https://chromewebstore.google.com/detail/the-piratebay-forwarder/cloklogdjmmcmimeccogjmnebmjeolhn |
Description | It forwards you when your ISP has blocked TPB |
File Size | 30.43 KB |
Installation Count | 1,422 |
Current Version | 1.0.7 |
Last Updated | 2013-01-06 |
Publish Date | 2013-01-06 |
Rating | 3.87/5 Total 23 Ratings |
Developer | https://duken.nl |
Payment Type | free |
Extension Website | http://www.duken.nl |
Help Page URL | http://www.duken.nl/forums/index.php/topic/30690-simpel-the-pirate-bay-blokkade-omzeilen/ |
Supported Languages | 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" } ] } |