YGG Plus

YGG Plus

Add downloads buttons to ygg torrent

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YGG Plus",
  "version": "1.13",
  "description": "Add downloads buttons to ygg torrent",
  "icons": {
    "128": "128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "yggplus.js"
      ],
      "matches": [
        "https://ygg.re/*",
        "https://www.ygg.re/*",
        "https://www3.ygg.re/*",
        "https://www5.ygg.re/*",
        "https://www6.ygg.re/*"
      ]
    }
  ],
  "manifest_version": 2
}