YGG Plus

YGG Plus

Add downloads buttons to ygg torrent

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "YGG Plus",
  "version": "1.4",
  "update_URL": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "description": "Add downloads buttons to ygg torrent",
  "icons": {
    "128": "128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "yggplus.js"
      ],
      "matches": [
        "https://yggtorrent.re/*",
        "https://www.yggtorrent.re/*",
        "https://www3.yggtorrent.re/*"
      ]
    }
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}