Remote tool bidbag auction bid sniper for eBay

Remote tool bidbag auction bid sniper for eBay

Add-on for legal last second bidding of eBay auctions. bidbag users save at least 30% of the purchase over regular bidders when shopping in eBay. Create your account now under https://www.bidbag.us for USA or https://www.bidbag.co.uk for UK...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "version": "2.2.91",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "pagemod.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "minimum_chrome_version": "26.0.0.0",
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}