ASIN Bulk Exporter for Amazon Firefox

Examine source code of ASIN Bulk Exporter for Amazon

Inspect and view changes in ASIN Bulk Exporter for Amazon source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ASIN Bulk Exporter for Amazon",
  "short_name": "ASIN Bulk Ex",
  "version": "1.0.0",
  "description": "Extracts product ASINs, titles, prices, and ratings from Amazon search results into a downloadable spreadsheet",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://www.amazon.com/s*",
    "https://www.amazon.co.uk/s*",
    "https://www.amazon.de/s*"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "ASIN Bulk Exporter for Amazon",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/s*",
        "https://www.amazon.co.uk/s*",
        "https://www.amazon.de/s*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "amazon_asin_exporter@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best ASIN Bulk Exporter for Amazon Alternatives

Here are some Firefox add-ons that are similar to ASIN Bulk Exporter for Amazon: