The Piratebay Forwarder
It forwards you when your ISP has blocked TPB
什么是The Piratebay Forwarder?
The Piratebay Forwarder是由https://duken.nl开发的Chrome扩展程序,该扩展的主要功能是“It forwards you when your ISP has blocked TPB”。
扩展截图
下载The Piratebay Forwarder扩展crx文件
下载The Piratebay Forwarder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | The Piratebay Forwarder |
ID | cloklogdjmmcmimeccogjmnebmjeolhn |
官方URL | https://chromewebstore.google.com/detail/the-piratebay-forwarder/cloklogdjmmcmimeccogjmnebmjeolhn |
简介 | It forwards you when your ISP has blocked TPB |
文件大小 | 30.43 KB |
安装次数 | 1,422 |
当前版本 | 1.0.7 |
更新时间 | 2013-01-06 |
上架时间 | 2013-01-06 |
评分 | 3.87/5 共23次评分 |
开发者 | https://duken.nl |
付费类型 | free |
扩展官网 | http://www.duken.nl |
帮助页面URL | http://www.duken.nl/forums/index.php/topic/30690-simpel-the-pirate-bay-blokkade-omzeilen/ |
支持的语言 | 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" } ] } |