The Piratebay Forwarder

The Piratebay Forwarder

It forwards you when your ISP has blocked TPB

Merlin
Additional files are visible only to premium users

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