Gixen eBay Sniper Autosnipe

Gixen eBay Sniper Autosnipe

Places a Snipe button on eBay auction pages. When clicked, the item will be added to our website to be bid on in the final seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "css": [
        "src/inject.css"
      ],
      "js": [
        "src/inject.js"
      ],
      "matches": [
        "*://*.gixen.com/*",
        "*://*.ebay.com/*",
        "*://*.ebay.ca/*",
        "*://*.ebay.co.uk/*",
        "*://*.ebay.de/*",
        "*://*.ebay.it/*",
        "*://*.ebay.ie/*",
        "*://*.ebay.fr/*",
        "*://*.ebay.be/*",
        "*://*.ebay.be/*",
        "*://*.ebay.at/*",
        "*://*.ebay.nl/*",
        "*://*.ebay.es/*",
        "*://*.ebay.ch/*",
        "*://*.ebay.com.au/*",
        "*://*.ebay.com.hk/*",
        "*://*.ebay.in/*",
        "*://*.ebay.com.my/*",
        "*://*.ebay.ph/*",
        "*://*.ebay.com.sg/*"
      ]
    }
  ],
  "description": "Places a Snipe button on eBay auction pages. When clicked, the item will be added to our website to be bid on in the final seconds.",
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "homepage_url": "https://www.gixen.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": "icons/icon48.png"
  },
  "manifest_version": 3,
  "name": "Gixen eBay Sniper Autosnipe",
  "short_name": "Autosnipe!",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2022.11.15"
}