The Piratebay Forwarder

It forwards you when your ISP has blocked TPB

Co to jest The Piratebay Forwarder?

The Piratebay Forwarder to rozszerzenie Chrome opracowane przez https://duken.nl, a jego główną funkcją jest „It forwards you when your ISP has blocked TPB”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia The Piratebay Forwarder

Pobierz pliki rozszerzeń The Piratebay Forwarder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Piratebay Forwarder The Piratebay Forwarder
ID cloklogdjmmcmimeccogjmnebmjeolhn
Oficjalny URL https://chromewebstore.google.com/detail/the-piratebay-forwarder/cloklogdjmmcmimeccogjmnebmjeolhn
Opis It forwards you when your ISP has blocked TPB
Rozmiar pliku 30.43 KB
Liczba instalacji 1,422
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2013-01-06
Data Publikacji 2013-01-06
Ocena 3.87/5 Łącznie 23 Oceny
Deweloper https://duken.nl
Typ Płatności free
Strona Rozszerzenia http://www.duken.nl
Adres URL Strony Pomocy http://www.duken.nl/forums/index.php/topic/30690-simpel-the-pirate-bay-blokkade-omzeilen/
Obsługiwane Języki 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"
        }
    ]
}