Amazon ASIN Checker tool by AMZ Online Arbitrage

Amazon ASIN Checker tool by AMZ Online Arbitrage

The best free ASIN checker tool identifies if a product or ASIN is restricted or not. Ideal for your Amazon 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 Checker tool by AMZ Online Arbitrage",
  "version": "1.2.29",
  "description": "The best free ASIN checker tool identifies if a product or ASIN is restricted or not. Ideal for your Amazon product research.",
  "permissions": [
    "storage",
    "tabs",
    "identity"
  ],
  "host_permissions": [
    "*://extnapi.amzonlinearbitrage.com/*",
    "*://sellercentral.amazon.com/*",
    "*://*.amzonlinearbitrage.com/*"
  ],
  "content_security_policy": {
    "script-src": [
      "self",
      "https://sellercentral.amazon.com"
    ],
    "object-src": [
      "self"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "matches": [
      "*://*.amazon.co.uk/*",
      "*://*.amazon.com/*",
      "*://*.amzonlinearbitrage.com/*"
    ],
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.co.uk/*",
        "*://*.amazon.com/*",
        "*://www.amazon.ca/*",
        "*://*.amzonlinearbitrage.com/*"
      ],
      "js": [
        "content.js",
        "react.development.js",
        "react-dom.development.js",
        "sweetalert.min.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.amzonlinearbitrage.com/*"
      ],
      "js": [
        "content2.js",
        "react.development.js",
        "react-dom.development.js"
      ],
      "css": [
        "content2.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "http://localhost:3000/*",
        "http://localhost:3001/*",
        "https://dev.amzonlinearbitrage.com/",
        "*://*.amzonlinearbitrage.com/*",
        "https://user.amzonlinearbitrage.com/",
        "https://newplans-production.d8g9m96m2idyu.amplifyapp.com/*"
      ],
      "js": [
        "amz-content.js",
        "react.development.js",
        "react-dom.development.js",
        "jquery.js"
      ],
      "css": [
        "amz.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "logo.png",
        "headerimageblack.svg",
        "headerimagewhite.svg",
        "settingimageblack.svg",
        "settingimagewhite.svg",
        "footerimagewhite.svg",
        "footerimageblack.svg",
        "yesimage.png",
        "rightvector.png",
        "Rectangle.png",
        "noimage.png",
        "yes.png",
        "no.png",
        "loading.gif",
        "tooglemoonicon.svg",
        "tooglesunicon.svg",
        "logout.svg",
        "logoutblack.svg",
        "loader.gif",
        "content.html"
      ],
      "matches": [
        "*://*.amazon.com/*",
        "*://*.amazon.ca/*",
        "*://*.amzonlinearbitrage.com/*"
      ]
    }
  ]
}