Rightmove Property Notes

Rightmove Property Notes

Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rightmove Property Notes",
  "version": "1.22",
  "permissions": [],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {},
  "content_scripts": [
    {
      "js": [
        "scripts/contents.js"
      ],
      "matches": [
        "https://www.rightmove.co.uk/*"
      ],
      "css": [
        "css/rightmove-property-london-notes.css"
      ]
    }
  ]
}