Amazon Shopping Companion

Amazon Shopping Companion

Avoid fake reviews, filter sponsored products, check price history, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Amazon Shopping Companion",
  "description": "Avoid fake reviews, filter sponsored products, check price history, and more!",
  "version": "0.32",
  "icons": {
    "128": "128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.amazon.ae/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.cn/*",
        "https://*.amazon.co.jp/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.com/*",
        "https://*.amazon.com.au/*",
        "https://*.amazon.com.br/*",
        "https://*.amazon.com.mx/*",
        "https://*.amazon.com.tr/*",
        "https://*.amazon.de/*",
        "https://*.amazon.eg/*",
        "https://*.amazon.es/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.in/*",
        "https://*.amazon.it/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.pl/*",
        "https://*.amazon.sa/*",
        "https://*.amazon.sg/*"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab"
  ]
}