Rapidcatch eBay auction sniper

Rapidcatch eBay auction sniper

This extension allows to place bids via Rapidcatch.com auction sniper right at eBay, Delcampe, Allegro, Aukro from your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Alexander Sheleheda",
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "icon.inactive.16.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extname__"
  },
  "content_scripts": [
    {
      "matches": [
        "*://rapidcatch.com/*"
      ],
      "js": [
        "js/jquery.js",
        "js/noty.js",
        "js/synchronize.js"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_chrome_extension_description__",
  "homepage_url": "https://rapidcatch.com/",
  "icons": {
    "16": "icon.active.16.png",
    "48": "icon.active.48.png",
    "128": "icon.active.128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extname__",
  "offline_enabled": false,
  "permissions": [
    "activeTab",
    "tabs",
    "notifications",
    "cookies",
    "alarms"
  ],
  "host_permissions": [
    "*://rapidcatch.com/*",
    "*://*.ebay.com/*",
    "*://*.ebay.de/*",
    "*://*.ebay.co.uk/*",
    "*://*.ebay.fr/*",
    "*://*.ebay.it/*",
    "*://*.ebay.at/*",
    "*://*.ebay.ca/*",
    "*://*.ebay.es/*",
    "*://*.ebay.com.au/*",
    "*://*.delcampe.net/*",
    "*://aukro.cz/*",
    "*://allegro.pl/*",
    "*://meshok.net/*",
    "*://auction.ru/*",
    "*://newauction.org/*"
  ],
  "short_name": "Rapidcatch",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.23"
}