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ファイルをダウンロード

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