Fakespot Report V2 Firefox

Examine source code of Fakespot Report V2

Inspect and view changes in Fakespot Report V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fakespot Report V2",
  "version": "1.3",
  "description": "Fetches and displays Fakespot reports for products.",
  "permissions": [
    "activeTab",
    "https://api.fakespot.com/*",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.amazon.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c65567f6-ba34-4805-a40e-e50c3267dff2}"
    }
  }
}

Best Fakespot Report V2 Alternatives

Here are some Firefox add-ons that are similar to Fakespot Report V2: