YGGTORRENT Downloader

YGGTORRENT Downloader

Eases downloads from the yggtorrent sharing site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YGGTORRENT Downloader",
  "version": "1.0",
  "description": "Eases downloads from the yggtorrent sharing site.",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "Click to start downloading .torrent of all open yggtorrent tabs",
    "default_icon": "icon_19.png"
  },
  "icons": {
    "32": "icon_32.png",
    "48": "icon_48.png",
    "72": "icon_72.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "downloads",
    "tabs",
    "https://*.yggtorrent.li/*"
  ]
}