ReviewLens - Review checker | Fakespot Alternative Firefox

Examine source code of ReviewLens - Review checker | Fakespot Alternative

Inspect and view changes in ReviewLens - Review checker | Fakespot Alternative source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ReviewLens - Review Pattern Checker",
  "version": "0.2.0",
  "description": "Shows a transparent review-pattern signal on product pages, computed entirely on your device. No data ever leaves your browser. Not affiliated with or endorsed by Amazon.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*",
        "https://www.amazon.co.uk/*",
        "https://www.amazon.ca/*",
        "https://www.amazon.de/*",
        "https://www.amazon.in/*"
      ],
      "js": [
        "content.js",
        "sidebar.js"
      ],
      "css": [
        "styles.css",
        "sidebar.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "reviewlens@certstack.dev",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ReviewLens - Review checker | Fakespot Alternative Alternatives

Here are some Firefox add-ons that are similar to ReviewLens - Review checker | Fakespot Alternative: