Property insights for Rightmove and Zoopla Firefox

Examine source code of Property insights for Rightmove and Zoopla

Inspect and view changes in Property insights for Rightmove and Zoopla source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Property insights for Rightmove and Zoopla",
  "version": "0.8.10",
  "description": "Adds insights for properties on rightmove.co.uk and zoopla.co.uk.",
  "icons": {
    "48": "images/property-insights-48.png",
    "128": "images/property-insights-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.rightmove.co.uk/properties/*",
        "*://*.rightmove.co.uk/property-*",
        "*://*.zoopla.co.uk/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.rightmove.co.uk/*",
        "*://*.zoopla.co.uk/*"
      ],
      "resources": [
        "content/*.js",
        "settings.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://property-insights.cc/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@property-insights.cc",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Property insights for Rightmove and Zoopla Alternatives

Here are some Firefox add-ons that are similar to Property insights for Rightmove and Zoopla: