NBN Availability Checker

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

Wat is NBN Availability Checker?

NBN Availability Checker is een Chrome-extensie ontwikkeld door Chris, en de belangrijkste functie is "Checks NBN availability - so you don't have to.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie NBN Availability Checker

Download NBN Availability Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NBN Availability Checker NBN Availability Checker
ID dphlehoebkdjgennbalpfpjnhjojcceo
Officiële URL https://chromewebstore.google.com/detail/nbn-availability-checker/dphlehoebkdjgennbalpfpjnhjojcceo
Beschrijving Checks NBN availability - so you don't have to.
Bestandsgrootte 55.64 KB
Aantal Installaties 722
Huidige Versie 1.1.7
Laatst Bijgewerkt 2022-09-24
Publicatiedatum 2019-12-14
Beoordeling 4.55/5 Totaal 11 Beoordelingen
Ontwikkelaar Chris
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}