gazelle-sblink

gazelle-sblink

This extension allows you to easily download files on a seedbox from a gazelle tracker 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": "gazelle-sblink",
  "description": "This extension allows you to easily download files on a seedbox from a gazelle tracker site.",
  "version": "1.0.2",
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://what.cd/*",
        "https://tls.passthepopcorn.me/*",
        "https://animebytes.tv/*"
      ],
      "js": [
        "jquery.js",
        "transmission-client.js",
        "sblink.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "throbber.gif",
    "check16.png",
    "stop16.png"
  ],
  "options_page": "options.html"
}