Amazon ASIN Grabber tool by AMZ Online Arbitrage

Amazon ASIN Grabber tool by AMZ Online Arbitrage

Our free Amazon ASIN grabber tool. Allows you to download ASIN and other ASIN data as a CSV file. Ideal for your product research.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Amazon ASIN Grabber tool by AMZ Online Arbitrage",
  "version": "3.0.5",
  "description": "Our free Amazon ASIN grabber tool. Allows you to download ASIN and other ASIN data as a CSV file. Ideal for your product research.",
  "host_perimissions": [
    "storage",
    "activeTab",
    "*://extnapi.amzonlinearbitrage.com/*",
    "identity"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.com/*"
      ],
      "js": [
        "content.js",
        "react.development.js",
        "react-dom.development.js",
        "sweetalert.min.js"
      ],
      "css": [
        "style.css",
        "content.css"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "logo1.png",
        "logo.png",
        "Grabberlogo.png",
        "content.html",
        "Amzlogowhite.svg",
        "asingrabberimg.svg",
        "settingsicon.svg",
        "closeblack.svg",
        "amzlogoblack.svg",
        "settingblack.svg",
        "closeicon.svg",
        "asingrabberblack.svg",
        "sunicon.svg",
        "moonicon.svg",
        "logoutnew.svg",
        "logoutnewblack.svg",
        "asincheckerlogo.png"
      ],
      "matches": [
        "*://*.amazon.com/*"
      ]
    }
  ]
}