TorrentProject Magnet Link Fix

TorrentProject Magnet Link Fix

Removes those endless click-through ad pages when clicking magnet link on torrentProject2.com and torrentproject.cc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "torrentProject2.com Magnet Link Fixer",
  "version": "1.1",
  "description": "Removes those endless click-through ad pages when clicking magnet link on torrentProject2.com.",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.torrentproject2.com/*",
        "*://*.torrentproject.cc/*"
      ],
      "js": [
        "js/main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4f7597a2-aa2d-42c8-9c41-e297c6f6490d}"
    }
  }
}