Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
]
}
]
}