Amazon Product Scraper Firefox

Examine source code of Amazon Product Scraper

Inspect and view changes in Amazon Product Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Amazon Product Scraper",
  "version": "1.1.1",
  "description": "Extract product data from Amazon listings and export to CSV for easy product research.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://www.amazon.com/*",
    "https://www.amazon.co.uk/*",
    "https://www.amazon.ca/*",
    "https://www.amazon.de/*",
    "https://sku-scraper-proxy.joelodimo.workers.dev/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*",
        "https://www.amazon.co.uk/*",
        "https://www.amazon.ca/*",
        "https://www.amazon.de/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "amazonscraper@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "usage": "This extension does not collect, store, or share any personal information. All scraped product data is stored locally in your browser."
      }
    }
  }
}

Best Amazon Product Scraper Alternatives

Here are some Firefox add-ons that are similar to Amazon Product Scraper: