Real Rating for Google Maps Firefox

Examine source code of Real Rating for Google Maps

Inspect and view changes in Real Rating for Google Maps source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Real Rating for Google Maps",
  "version": "1.0",
  "description": "Calculates and displays a real rating on Google Maps by treating removed reviews due to defamation as 1-star ratings.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/maps/*",
        "*://www.google.de/maps/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "realrating@googlemaps.addon",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Real Rating for Google Maps Alternatives

Here are some Firefox add-ons that are similar to Real Rating for Google Maps: