PowerSearcher for eBay

PowerSearcher for eBay

Remove eBay sponsored items and more search features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PowerSearcher for eBay",
  "description": "Remove eBay sponsored items and more search features.",
  "manifest_version": 3,
  "default_locale": "en",
  "version": "4.5.4",
  "homepage_url": "https://sigma-solutions.fr/powersearcher",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "128": "app-128.png"
  },
  "action": {
    "default_icon": "app-128.png",
    "default_popup": "popup.html?fromToolbar=1",
    "default_title": "PowerSearcher for eBay"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "app-128.png",
        "app-48.png",
        "asset.json",
        "background.js",
        "mongomix.png",
        "options.html",
        "popup.html",
        "popup.js",
        "powersearcher.png",
        "powersniper.png",
        "responder_script.js",
        "seller-protect.png"
      ],
      "matches": [],
      "extension_ids": []
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.ebay.com/*",
        "https://*.ebay.fr/*",
        "https://*.ebay.co.uk/*",
        "https://*.ebay.ie/*",
        "https://*.ebay.ca/*",
        "https://*.ebay.com.au/*",
        "https://*.ebay.nl/*",
        "https://*.benl.ebay.be/*",
        "https://*.befr.ebay.be/*",
        "https://*.ebay.de/*",
        "https://*.ebay.ch/*",
        "https://*.ebay.at/*",
        "https://*.ebay.es/*",
        "https://*.ebay.it/*"
      ],
      "js": [
        "responder_script.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://*.ebaydesc.com/*",
    "https://sigma-solutions.fr/powersearcher/version.json"
  ],
  "permissions": [
    "storage",
    "contextMenus"
  ]
}