ReviewProof - Google Maps Review Checker Firefox

Examine source code of ReviewProof - Google Maps Review Checker

Inspect and view changes in ReviewProof - Google Maps Review Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "version": "1.5.6",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.google.com/maps/*",
    "https://maps.google.com/*",
    "https://*.convex.cloud/*",
    "https://*.convex.site/*"
  ],
  "background": {
    "type": "module",
    "scripts": [
      "service-worker-loader.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader.js"
      ],
      "matches": [
        "https://www.google.com/maps/*",
        "https://maps.google.com/*"
      ],
      "run_at": "document_idle",
      "css": [
        "assets/index.css"
      ]
    },
    {
      "js": [
        "assets/cid-hook.ts-loader.js"
      ],
      "matches": [
        "https://www.google.com/maps/*",
        "https://maps.google.com/*"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "public/icons/icon-16.png",
      "48": "public/icons/icon-48.png",
      "128": "public/icons/icon-128.png"
    }
  },
  "icons": {
    "16": "public/icons/icon-16.png",
    "48": "public/icons/icon-48.png",
    "128": "public/icons/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://maps.google.com/*",
        "https://www.google.com/*"
      ],
      "resources": [
        "public/*",
        "assets/cid-utils.js",
        "assets/constants.js",
        "assets/api.js",
        "assets/auto-analyze.js",
        "assets/review-extractor.js",
        "assets/index.ts.js",
        "assets/cid-hook.ts.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@reviewproof.net",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ]
      }
    }
  }
}

Best ReviewProof - Google Maps Review Checker Alternatives

Here are some Firefox add-ons that are similar to ReviewProof - Google Maps Review Checker: