Amazon sort by Review Count

Amazon sort by Review Count

Sort By Review Count for Amazon allows you to sort Amazon search results by their number of reviews

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "separateur.js"
      ],
      "matches": [
        "*://*.amazon.ae/*",
        "*://*.amazon.at/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.cn/*",
        "*://*.amazon.co.jp/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.com.au/*",
        "*://*.amazon.com.br/*",
        "*://*.amazon.com.mx/*",
        "*://*.amazon.com.sg/*",
        "*://*.amazon.com.tr/*",
        "*://*.amazon.com/*",
        "*://*.amazon.de/*",
        "*://*.amazon.es/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.ie/*",
        "*://*.amazon.in/*",
        "*://*.amazon.it/*",
        "*://*.amazon.nl/*",
        "*://*.amazon.eg/*",
        "*://*.amazon.sa/*"
      ]
    }
  ],
  "description": "Sort By Review Count for Amazon allows you to sort Amazon search results by their number of reviews",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm+XOF71DxOmh+tcrolNp7SbGg7+qltOM3dMgxUiaPXU22uSxmeAvlbiO8VWBfPeL37FxkuX1Q/aY9z5ykviYqTuxWGhbsjnsrpRke1Q8I1px5Gl2AMO3G+mgAdajUZo9LRJtE4qmGO/ZxlbVepPhtbHXu0KwT2S9xMUAFIFs3JX/x7ZNK4+xK+QlnnvV0aEcJsBUjAxqxcyh6FeeCxItYHiOp8VMUp9w5Ltzx9dO9hkA6FBJcyC2sr8qibyzG2i4D5ksc1UaQ64mXtVAC8PvLBhdUgMHf+CpeQ9AYZBiJ7J/ZYs+eaMT2Veuhic/TpZubVpty4WV8wHp2htb5xy5DQIDAQAB",
  "manifest_version": 3,
  "name": "Amazon sort by Review Count",
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.1"
}