Magnet Links for Torrentz

Magnet Links for Torrentz

Adds magnet links to torrent files on Torrentz.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end",
      "matches": [
        "*://torrentz.eu/*",
        "*://torrentz.ch/*",
        "*://torrentz.me/*",
        "*://torrentz.in/*",
        "*://torrentz.com/*"
      ]
    }
  ],
  "description": "Adds magnet links to torrent files on Torrentz.",
  "manifest_version": 2,
  "name": "Magnet Links for Torrentz",
  "version": "0.9.2",
  "web_accessible_resources": [
    "icon16.png"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}