Property checker Firefox

Examine source code of Property checker

By: kretyn
Inspect and view changes in Property checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Property checker",
  "description": "Provides short summar of the property on remax.ca",
  "version": "0.1",
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "property-checker@dawid.lasz.uk"
    }
  },
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_title": "Click me",
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://remax.ca/*"
  ],
  "content_scripts": [
    {
      "js": [
        "scripts/estate.js"
      ],
      "matches": [
        "https://remax.ca/*",
        "https://*.remax.ca/*"
      ]
    }
  ]
}

Best Property checker Alternatives

Here are some Firefox add-ons that are similar to Property checker: