Gixen eBay Auction Sniper

Gixen eBay Auction Sniper

Gixen Auction Sniper for Firefox. This will allow you to Snipe Auctions on eBay though Gixen.com Free Auction Sniping Service with Autosnipe

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "name": "Autosnipe",
  "version": "1.6.1",
  "description": "Gixen Auction Sniper for Firefox. This will allow you to Snipe Auctions on eBay though Gixen.com Free Auction Sniping Autosnipe",
  "icons": {
    "48": "icon-s.png",
    "64": "icon.png",
    "96": "icon-l.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.gixen.com/*",
        "*://*.ebay.co.uk/*",
        "*://*.ebay.com/*",
        "*://*.ebay.ca/*",
        "*://*.ebay.com.au/*",
        "*://*.ebay.de/*",
        "*://*.ebay.fr/*",
        "*://*.ebay.nl/*",
        "*://*.benl.ebay.be/*",
        "*://*.befr.ebay.be/*",
        "*://*.ebay.es/*",
        "*://*.ebay.it/*"
      ],
      "js": [
        "autosnipe.js"
      ]
    }
  ]
}