Torrentz2 Magnet Links +

Torrentz2 Magnet Links +

Adds magnet links with trackers, movie ratings and more to Torrentz2 pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Torrentz2 Magnet Links +",
  "description": "Adds magnet links with trackers, movie ratings and more to Torrentz2 pages.",
  "author": "extensioneer",
  "version": "1.7.6",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "https://www.omdbapi.com/*"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "common.js",
        "script.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "http://torrentz2.eu/*",
        "http://www.torrentz2.eu/*",
        "https://torrentz2.eu/*",
        "https://www.torrentz2.eu/*",
        "http://torrentz2.me/*",
        "http://www.torrentz2.me/*",
        "https://torrentz2.me/*",
        "https://www.torrentz2.me/*",
        "http://torrentz2.is/*",
        "http://www.torrentz2.is/*",
        "https://torrentz2.is/*",
        "https://www.torrentz2.is/*",
        "https://torrentsmirror.com/*",
        "https://www.torrentsmirror.com/*",
        "https://torrentz.pl/*",
        "https://www.torrentz.pl/*",
        "http://torrentzwealmisr.onion/*",
        "http://www.torrentzwealmisr.onion/*",
        "https://torrentzwealmisr.onion/*",
        "https://www.torrentzwealmisr.onion/*",
        "http://torrentzwealmisr.onion.ws/*",
        "http://www.torrentzwealmisr.onion.ws/*",
        "https://torrentzwealmisr.onion.ws/*",
        "https://www.torrentzwealmisr.onion.ws/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "icons/*"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}