Suncorp Super Netball

The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!

Was ist Suncorp Super Netball?

Suncorp Super Netball ist eine Chrome-Erweiterung, die von brandTURBO entwickelt wurde, und ihr Hauptmerkmal ist "The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Suncorp Super Netball-Erweiterungs-CRX-Datei herunterladen

Laden Sie Suncorp Super Netball-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Start by customising your wallpaper with your favourite Suncorp Super Netball players and moments and stay up to date with the team as they look ahead towards the 2021 Suncorp Super Netball season. 

This extension is designed for your personalisation and allows you to never miss a thing in daily content, social media updates, fixtures and results, partner offers and of course updated wallpapers. 

Download the official Suncorp Super Netball Chrome browser start tab for Windows and Mac OS now.

This is a white label enterprise extension for Suncorp Super Netball.                    

Grundlegende Informationen zur Erweiterung

Name Suncorp Super Netball Suncorp Super Netball
ID bddcpiliijpigkmbjkfbgmfejcflppgc
Offizielle URL https://chrome.google.com/webstore/detail/bddcpiliijpigkmbjkfbgmfejcflppgc
Beschreibung The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!
Dateigröße 2.31 MB
Installationsanzahl 162
Aktuelle Version 3.3.2
Letztes Update 2022-11-20
Veröffentlichungsdatum 2021-03-17
Entwickler brandTURBO
E-Mail [email protected]
Erweiterungswebsite https://supernetball.com.au/
Hilfeseite URL https://supernetball.com.au/
URL der Datenschutzrichtlinien-Seite https://www.brandturbo.vip/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Suncorp Super Netball",
    "version": "3.3.2",
    "description": "The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.supernetball.com.au\/*"
        ]
    }
}