eBextractor - ebay Sold History Offer History - Average High Mid Low Price

eBextractor - ebay Sold History Offer History - Average High Mid Low Price

eBay Price Insights, ebay Purchase Sold History, Offer History - High, Low, Avg, Mid prices + keyword & price Counter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "eBextractor - ebay Sold History Offer History - Average High Mid Low Price",
  "version": "2.0.9",
  "description": "eBay Price Insights, ebay Purchase Sold History, Offer History - High, Low, Avg, Mid prices + keyword & price Counter",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "contextMenus"
  ],
  "action": {
    "default_popup": "html/main.html"
  },
  "background": {
    "service_worker": "dist/background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.ebay.com/sch/i.html*",
        "https://www.ebay.co.uk/sch/i.html*",
        "https://www.ebay.com.au/sch/i.html*",
        "https://www.ebay.de/sch/i.html*",
        "https://www.ebay.fr/sch/i.html*",
        "https://www.ebay.it/sch/i.html*",
        "https://www.ebay.ca/sch/i.html*"
      ],
      "js": [
        "dist/content.bundle.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.ebay.com/lstng*"
      ],
      "js": [
        "dist/listingAssistantContentScript.bundle.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.ebay.com/itm*",
        "https://www.ebay.de/itm*",
        "https://www.ebay.fr/itm*",
        "https://www.ebay.it/itm*",
        "https://www.ebay.ca/itm*",
        "https://www.ebay.co.uk/itm*",
        "https://www.ebay.com.au/itm*",
        "https://www.ebay.com/bin*",
        "https://www.ebay.de/bin*",
        "https://www.ebay.fr/bin*",
        "https://www.ebay.it/bin*",
        "https://www.ebay.ca/bin*",
        "https://www.ebay.co.uk/bin*",
        "https://www.ebay.com.au/bin*"
      ],
      "js": [
        "dist/research.content.bundle.js"
      ],
      "css": [
        "styles/research.content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "https://www.ebay.com/",
    "https://ebextractor-v1.vercel.app/",
    "https://wcawasa.pythonanywhere.com/"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/logo-no-background.png",
        "icons/logo-icon.png",
        "icons/loading-gif.gif",
        "public/how-to-search.png",
        "icons/minimize.png",
        "icons/account.png",
        "icons/notifications.png",
        "icons/google.png",
        "icons/amazon.png",
        "icons/search.png",
        "icons/wallmart.png",
        "icons/settings.png",
        "html/settings.html",
        "public/fb.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/logo-icon-whitebg.png",
    "48": "icons/logo-icon.png",
    "128": "icons/logo-white.png"
  },
  "incognito": "spanning"
}