Torrent Search for a Movie

Torrent Search for a Movie

Quick search for torrent files on movie pages for IMDB™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/main.css"
      ],
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://*.imdb.com/*",
        "*://*.kinopoisk.ru/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "webRequest",
    "storage",
    "unlimitedStorage",
    "proxy",
    "cookies",
    "webRequestAuthProvider",
    "tabs",
    "scripting",
    "declarativeNetRequestWithHostAccess"
  ],
  "sandbox": {
    "pages": [
      "js/sandbox.html"
    ]
  },
  "version": "4.0.0.1",
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "js/sandbox.html"
      ],
      "use_dynamic_url": true
    }
  ]
}