Realestate printer

Realestate printer

Adds a 'show images' button for displaying images on for printing images of the real estate ads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Realestate printer",
  "description": "Adds a 'show images' button for displaying images on for printing images of the real estate ads",
  "version": "0.0.11",
  "manifest_version": 3,
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://www.realestate.com.au/*",
        "https://www.realcommercial.com.au/*",
        "https://www.commercialrealestate.com.au/*",
        "https://www.domain.com.au/*"
      ],
      "run_at": "document_idle",
      "exclude_matches": [],
      "js": [
        "RealEstatePrinter.js"
      ]
    }
  ]
}