Torrentz2 Magnet & IMDb +

Torrentz2 Magnet & IMDb +

Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.min.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "js": [
        "script.min.js"
      ],
      "matches": [
        "*://torrentzwealmisr.onion.ws/*",
        "*://torrentsmirror.com/*",
        "*://torrentz.pl/*",
        "*://torrentz2.is/*",
        "*://torrentz.eu/*",
        "*://torrentz.ch/*",
        "*://torrentz.me/*",
        "*://torrentz.in/*",
        "*://torrentz.com/*",
        "*://torrentz2.eu/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "https://v2.sg.media-imdb.com/suggestion/*/",
    "https://*.imdb.com/*/",
    "storage"
  ],
  "description": "Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "/icon16.png",
    "default_popup": "settings.html",
    "default_title": "Torrentz settings"
  },
  "manifest_version": 2,
  "name": "Torrentz2 Magnet & IMDb +",
  "version": "1.0.5",
  "version_name": "1.0.5",
  "web_accessible_resources": [
    "icon16.png",
    "imdb.png",
    "play.png"
  ]
}