Rigth-Click Torrent Search

Rigth-Click Torrent Search

Use the right-click menu to search text in the most popular torrents search engines. The links always up to date.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rigth-Click Torrent Search",
  "description": "Use the right-click menu to search text in the most popular torrents search engines. The links always up to date. ",
  "version": "0.8.1",
  "manifest_version": 2,
  "web_accessible_resources": [
    "fonts/*",
    "images/*"
  ],
  "options_page": "settings.html",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "http://*/*",
    "https://*/*",
    "alarms"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "jquery-3.0.0.min.js",
        "scripts.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "jquery-3.0.0.min.js",
      "settings.js",
      "background.js"
    ]
  }
}