https://github.com/lukeprior/nbn-availability-extension
This simple extension can automatically load NBN availability information for properties on realestate.com.au & domain.com.au including technology type, maximum line speed, and co-existance status if available.
https://github.com/lukeprior/nbn-availability-extension
extension-chrome nbn
Last synced: 6 months ago
JSON representation
This simple extension can automatically load NBN availability information for properties on realestate.com.au & domain.com.au including technology type, maximum line speed, and co-existance status if available.
- Host: GitHub
- URL: https://github.com/lukeprior/nbn-availability-extension
- Owner: LukePrior
- License: mit
- Archived: true
- Created: 2022-01-27T05:16:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T06:46:03.000Z (about 2 years ago)
- Last Synced: 2025-02-23T06:13:48.671Z (8 months ago)
- Topics: extension-chrome, nbn
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/nbn-availability-check/opoaebfilfhfpadepddodjnjnofjnbdc
- Size: 131 KB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NOTE: This extension is currently broken due to an API change
Use: https://nbnlocationid.com/
# NBN Availability Check Chrome Extension
This simple extension can automatically load NBN availability information for properties on realestate.com.au & domain.com.au including technology type, maximum line speed, and co-existance status if available.
## Supported Sites
- Realestate
- Domain
- Realestate View
- On The House
- All Homes
- Rent
- Reiwa
- Homely
- Real Commercial
- Commercial Real Estate## Supported Networks
- NBN
- OptiComm
- LBNCo
- OPENetworks# Install Instructions
## Chrome
[](https://chrome.google.com/webstore/detail/nbn-availability-check/opoaebfilfhfpadepddodjnjnofjnbdc)
[](https://chrome.google.com/webstore/detail/nbn-availability-check/opoaebfilfhfpadepddodjnjnofjnbdc)
[](https://chrome.google.com/webstore/detail/nbn-availability-check/opoaebfilfhfpadepddodjnjnofjnbdc/reviews)### Automatic Installation
https://chrome.google.com/webstore/detail/nbn-availability-check/opoaebfilfhfpadepddodjnjnofjnbdc
### Manual Installation
1. Click the green code button and select download zip at the following link: https://github.com/LukePrior/nbn-availability-extension
2. Extract the downloaded file.
3. Visit chrome://extensions (via omnibox or menu -> Tools -> Extensions).
4. Enable Developer mode by ticking the checkbox in the upper-right corner.
5. Click on the "Load unpacked extension..." button.
6. Navigate to the folder you unzipped and select the chrome folder at nbn-availability-extension/chrome
## Firefox
[](https://addons.mozilla.org/en-US/firefox/addon/nbn-availability-check/versions/)
[](https://addons.mozilla.org/en-US/firefox/addon/nbn-availability-check/)
[](https://addons.mozilla.org/en-US/firefox/addon/nbn-availability-check/reviews/)### Automatic Installation
https://addons.mozilla.org/en-US/firefox/addon/nbn-availability-check/
### Manual Installation
1. Click the green code button and select download zip at the following link: https://github.com/LukePrior/nbn-availability-extension
2. Extract the downloaded file.
3. Copy the contents of the chrome folder except `manifest.json` to the firefox file.
4. Create a zip file of all the files in the firefox folder.
5. Visit about:debugging#/runtime/this-firefox (via omnibox or menu -> Add-ons and themes -> Tools -> Debug Add-ons).
6. Click on the "Load Temporary Add-on" button.
7. Select the zipped file you created.
## Microsoft Edge
[](https://microsoftedge.microsoft.com/addons/detail/nbn-availability-check/bcoemipadbcdgdgoijfejceofakdnmgo)
[](https://microsoftedge.microsoft.com/addons/detail/nbn-availability-check/bcoemipadbcdgdgoijfejceofakdnmgo)
[](https://microsoftedge.microsoft.com/addons/detail/nbn-availability-check/bcoemipadbcdgdgoijfejceofakdnmgo)### Automatic Installation
https://microsoftedge.microsoft.com/addons/detail/nbn-availability-check/bcoemipadbcdgdgoijfejceofakdnmgo
### Manual Installation
1. Click the green code button and select download zip at the following link: https://github.com/LukePrior/nbn-availability-extension
2. Extract the downloaded file.
3. Visit edge://extensions (via omnibox or menu -> Extensions -> Manage extensions).
4. Enable Developer mode by ticking the checkbox in the lower-left corner.
5. Click on the "Load Unpacked" button.
6. Navigate to the folder you unzipped and select the chrome folder at nbn-availability-extension/chrome
# NBN Availability API
This extension uses the NBN Service Check [API](https://github.com/LukePrior/nbn-service-check) which is hosted on Vercel.
[](https://vercel.com/)
# As Featured On