NBN Availability Checker

Checks NBN availability - so you don't have to.

What is NBN Availability Checker?

NBN Availability Checker is a Chrome extension developed by Chris, and its main feature is "Checks NBN availability - so you don't have to.".

Extension Screenshots

screenshot
screenshot
screenshot

Download NBN Availability Checker Extension CRX File

Download NBN Availability Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tired of checking NBN availability when searching browsing real estate sites?

This extension adds the NBN status right next to properties on realestate.com.au, domain.com.au and allhomes.com.au.                    

Extension Basic Information

Name NBN Availability Checker NBN Availability Checker
ID dphlehoebkdjgennbalpfpjnhjojcceo
Official URL https://chromewebstore.google.com/detail/nbn-availability-checker/dphlehoebkdjgennbalpfpjnhjojcceo
Description Checks NBN availability - so you don't have to.
File Size 55.64 KB
Installation Count 722
Current Version 1.1.7
Last Updated 2022-09-24
Publish Date 2019-12-14
Rating 4.55/5 Total 11 Ratings
Developer Chris
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "NBN Availability Checker"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.realestate.com.au\/*",
                "*:\/\/*.domain.com.au\/*",
                "*:\/\/*.allhomes.com.au\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "embed.js"
    ],
    "description": "Checks NBN availability - so you don't have to.",
    "icons": {
        "128": "thumbnail.png"
    },
    "manifest_version": 2,
    "name": "NBN Availability Checker",
    "permissions": [
        "*:\/\/*.realestate.com.au\/*",
        "*:\/\/*.domain.com.au\/*",
        "*:\/\/*.allhomes.com.au\/*",
        "*:\/\/nbnlocationid.com\/*"
    ],
    "version": "1.1.7"
}