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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | 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" } |