IMDB to torrents

IMDB to torrents

IMDB to torrents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "IMDB to torrents",
  "version": "2",
  "description": "IMDB to torrents",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.imdb.com/*",
        "*://*.eztv.wf/*"
      ],
      "js": [
        "imdbtorrentlinks.user.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}