Gazelle Snatched

Gazelle Snatched

Mark your snatched, bookmarked, and uploaded torrents on Gazelle trackers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gazelle Snatched",
  "short_name": "GazelleSnatched",
  "version": "2.4.2",
  "description": "Mark your snatched, bookmarked, and uploaded torrents on Gazelle trackers.",
  "icons": {
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.notwhat.cd/*",
        "https://*.redacted.ch/*",
        "https://*.orpheus.network/*"
      ],
      "js": [
        "js/chrome-promise.js",
        "js/jquery.js",
        "js/gazelle_snatched_content.js"
      ],
      "css": [
        "css/custom.css"
      ]
    }
  ],
  "permissions": [
    "declarativeContent",
    "storage",
    "https://*.apollo.rip/*",
    "https://*.notwhat.cd/*",
    "https://*.passtheheadphones.me/*",
    "https://*.xanax.rip/*"
  ],
  "page_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "64": "images/icon64.png",
      "128": "images/icon128.png"
    },
    "default_name": "Gazelle Snatched",
    "default_title": "Gazelle Snatched"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "images/*"
  ]
}