nbnm8

Checks nbn availability so you don't have to.

What is nbnm8?

nbnm8 is a Chrome extension developed by https://www.nbnm8.com, and its main feature is "Checks nbn availability so you don't have to.".

Extension Screenshots

screenshot
screenshot

Download nbnm8 Extension CRX File

Download nbnm8 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

                        nbnm8 automatically fetches nbn availability for each property result on realestate.com.au, domain.com.au & allhomes.com.au.                    

Extension Basic Information

Name nbnm8 nbnm8
ID akgapnpobmamlnpogjjgoaipdhgmbdmf
Official URL https://chromewebstore.google.com/detail/nbnm8/akgapnpobmamlnpogjjgoaipdhgmbdmf
Description Checks nbn availability so you don't have to.
File Size 17.05 KB
Installation Count 404
Current Version 1.2.0
Last Updated 2017-01-25
Publish Date 2017-01-24
Rating 4.13/5 Total 15 Ratings
Developer https://www.nbnm8.com
Email [email protected]
Payment Type free
Extension Website http://www.nbnm8.com
Privacy Policy Page URL https://www.finder.com.au/terms-and-conditions
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nbnm8",
    "icons": {
        "128": "thumbnail.png"
    },
    "browser_action": {
        "default_title": "nbnm8",
        "default_icon": "icon.png"
    },
    "description": "Checks nbn availability so you don't have to.",
    "version": "1.2.0",
    "permissions": [
        "*:\/\/www.realestate.com.au\/*",
        "*:\/\/www.domain.com.au\/*",
        "*:\/\/www.allhomes.com.au\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.realestate.com.au\/*",
                "*:\/\/www.domain.com.au\/*",
                "*:\/\/www.allhomes.com.au\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}