YIFY movie torrent search

YIFY movie torrent search

Find YIFY torrents quick on YTSmovie.online by selecting text!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YIFY movie torrent search",
  "author": "Richard van Goch",
  "description": "Find YIFY torrents quick on YTSmovie.online by selecting text!",
  "version": "0.6",
  "short_name": "YIFY search",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ]
}