Review On Spot Firefox

Examine source code of Review On Spot

Inspect and view changes in Review On Spot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Review On Spot",
  "description": "Instantly review any website or web page, and browse other user reviews while you surf the web.",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "web_accessible_resources": [
    "oauth2.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "reviewonspot@extension.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Review On Spot Alternatives

Here are some Firefox add-ons that are similar to Review On Spot: