Property Picker (Zoopla & Rightmove) Firefox

Examine source code of Property Picker (Zoopla & Rightmove)

Inspect and view changes in Property Picker (Zoopla & Rightmove) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Property Picker (Zoopla & Rightmove)",
  "description": "Affordability information on all listings. Currently available on Zoopla and Rightmove.",
  "version": "3.43",
  "host_permissions": [
    "https://zoopla.co.uk/*",
    "https://rightmove.co.uk/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon_purple.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.zoopla.co.uk/*",
        "https://www.rightmove.co.uk/*"
      ],
      "js": [
        "dist/bundle.js"
      ],
      "css": [
        "edit.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{daf33bf7-a35e-3350-979c-91cf07323c2d}"
    }
  }
}

Best Property Picker (Zoopla & Rightmove) Alternatives

Here are some Firefox add-ons that are similar to Property Picker (Zoopla & Rightmove):