Amazon Seller Origin

Amazon Seller Origin

Displays the countries of establishment for sellers on Amazon Marketplace pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "0.2.1",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "1_16x16.png",
    "48": "1_48x48.png",
    "128": "1_128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.amazon.com/*",
        "*://www.amazon.com.be/*",
        "*://www.amazon.co.uk/*",
        "*://www.amazon.de/*",
        "*://www.amazon.es/*",
        "*://www.amazon.fr/*",
        "*://www.amazon.it/*",
        "*://www.amazon.nl/*",
        "*://www.amazon.pl/*",
        "*://www.amazon.se/*"
      ],
      "js": [
        "amzsellerinfo.js"
      ],
      "css": [
        "amzsellerinfo.css"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}