amrating Firefox

Examine source code of amrating

By: patrick
Inspect and view changes in amrating source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "amrating",
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "amratings@trickydev.io"
    }
  },
  "description": "Adds back the rating count next to each item in Amazon search results.",
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.com/*"
      ],
      "js": [
        "amrating.js"
      ]
    }
  ],
  "host_permissions": [
    "https://*.amazon.com/*"
  ],
  "permissions": [
    "tabs",
    "activeTab"
  ]
}

Best amrating Alternatives

Here are some Firefox add-ons that are similar to amrating: