YGG Torrent Searcher extension

YGG Torrent Searcher extension

Download a torrent directly to your folder, on a remote machine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YGG Torrent Searcher extension",
  "version": "0.3",
  "description": "Download a torrent directly to your folder, on a remote machine",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "*yggtorrent*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png"
  }
}