Torrentz.eu Magnet-izer

Torrentz.eu Magnet-izer

Download faster any torrent and avoid ads. This extension collects torrentz.eu results and give you a new magnet link directly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Torrentz.eu Magnet-izer",
  "version": "1.0.7",
  "manifest_version": 2,
  "description": "Download faster any torrent and avoid ads. This extension collects torrentz.eu results and give you a new magnet link directly.",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Torrentz.eu Magnet-izer How-To",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    "icons/icon19.png",
    "icons/loading.gif",
    "icons/success.png",
    "icons/error.png"
  ],
  "background": {
    "scripts": [
      "js/jquery/jquery.js",
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.torrentz.eu/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery/jquery.js",
        "src/inject/inject.js"
      ]
    }
  ]
}