No More Amazon Reviews

No More Amazon Reviews

This is an extension that hides ratings and reviews on the Amazon site and other sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_ext_name__",
  "short_name": "__MSG_ext_short_name__",
  "author": "__MSG_ext_author__",
  "version": "5.0.0",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs"
  ],
  "description": "__MSG_ext_desc__",
  "homepage_url": "https://www.analogsoft.jp/products/no-more-amazon-reviews/",
  "icons": {
    "16": "icons/NoMoreAmazonReview_Icon_16.png",
    "32": "icons/NoMoreAmazonReview_Icon_32.png",
    "48": "icons/NoMoreAmazonReview_Icon_48.png",
    "96": "icons/NoMoreAmazonReview_Icon_96.png",
    "128": "icons/NoMoreAmazonReview_Icon_128.png"
  },
  "options_page": "options.html",
  "action": {
    "default_icon": {
      "19": "icons/NoMoreAmazonReview_Icon_19.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "commons.js",
        "content_script.js"
      ],
      "matches": [
        "https://*.amazon.com/*",
        "https://*.amazon.ae/*",
        "https://*.amazon.it/*",
        "https://*.amazon.in/*",
        "https://*.amazon.eg/*",
        "https://*.amazon.com.au/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.sa/*",
        "https://*.amazon.sg/*",
        "https://*.amazon.se/*",
        "https://*.amazon.es/*",
        "https://*.amazon.de/*",
        "https://*.amazon.com.tr/*",
        "https://*.amazon.com.br/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.pl/*",
        "https://*.amazon.com.mx/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.cn/*",
        "https://*.amazon.co.jp/*",
        "https://*.ssl-images-amazon.com/*",
        "https://*.amazon-adsystem.com/*",
        "https://*.cloudfront.net/*",
        "https://*.lemino.docomo.ne.jp/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}