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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

The Piratebay Forwarder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
        }
    ]
}