Sellerbot - Amazon Review Analysis

Sellerbot - Amazon Review Analysis

Sellerbot ChatGPT based review analysis for product research in a few seconds. Directly on the Amazon website. No matter what…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sellerbot - Amazon Review Analysis",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj8YEoCKaBtZ385hOkPQcqmdRP74/kerOMwOexyG25x2CSrksp5vQQbLSgKDPVYe1CtpfGMsX27EsJh03G8Q1mVhXbmI6zYeSauak80pmmlfHpvjk+oGmr8YVCbg8IMdnYjvd3iYvUHuEqFmIANV3HSasheQqR6TcFA8Zo1mVybrcGX2tgd7aoY0I2gujdkbii+By+gUqSEecVYvz7KNBu/IdLy3464O16CTsxJ4xYBSniaijdcgpMB3O5OUqlDPTLzxmhuet0dRKVxRHzgd6f7bRDqO9XxBQnW7b0h2/kI94pdnEa7QCoMTX9XTtN24gT0EvF4qB3RxUsEOycE7MCwIDAQAB",
  "version": "1.09",
  "manifest_version": 3,
  "action": {
    "default_title": "Sellerbot"
  },
  "icons": {
    "16": "src/assets/logo16.png",
    "48": "src/assets/logo48.png",
    "128": "src/assets/logo128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.js-loader-e718233c.js"
      ],
      "matches": [
        "https://*.amazon.com/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.de/*",
        "https://*.amazon.it/*",
        "https://*.amazon.es/*"
      ],
      "css": [
        "assets/main-1fc8c972.css"
      ]
    }
  ],
  "permissions": [
    "identity",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.amazon.co.uk/*",
        "https://*.amazon.com/*",
        "https://*.amazon.de/*",
        "https://*.amazon.es/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.it/*"
      ],
      "resources": [
        "assets/main.js-619c7841.js"
      ],
      "use_dynamic_url": true
    }
  ]
}