This browser extension adds a comment section to realestate.com.au and domain.com.au property listings, allowing users to view and submit comments about properties to give potential renters an idea of what the property conditions are really like.
- Download the extension from
 - Refresh any open realestate.com.au tabs
 
- Node 22.x
 - pnpm 10.x
 
- Clone and build the extension
 
git clone https://github.com/zevnda/real-estate-comments.git
cd real-estate-comments
pnpm install  # or npm install
pnpm build  # or npm run build- Load the extension
 
- Chrome:
- Go to 
chrome://extensions/ - Enable 
Developer mode - Click 
Load unpackedand selectdist/chrome 
 - Go to 
 - Firefox:
- Go to 
about:debugging#/runtime/this-firefox - Click 
Load Temporary Add-onand selectdist/firefox/manifest.json 
 - Go to 
 
Chrome Written Guide | Firefox Written Guide | Chrome/Firefox Video Guide
- Navigate to a property listing on realestate.com.au or domain.com.au
 - A blue/white comment button will appear in the bottom-right of the listing page
 - Click the button to view other users' comments or create your own comment
 
