Suncorp Super Netball

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

Cos'è Suncorp Super Netball?

Suncorp Super Netball è un'estensione di Chrome sviluppata da brandTURBO, e la sua funzione principale è "The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Suncorp Super Netball

Scarica i file di estensione Suncorp Super Netball in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Suncorp Super Netball Suncorp Super Netball
ID bddcpiliijpigkmbjkfbgmfejcflppgc
URL Ufficiale https://chrome.google.com/webstore/detail/bddcpiliijpigkmbjkfbgmfejcflppgc
Descrizione The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!
Dimensione del File 2.31 MB
Conteggio Installazioni 162
Versione Corrente 3.3.2
Ultimo Aggiornamento 2022-11-20
Data di Pubblicazione 2021-03-17
Sviluppatore brandTURBO
Email [email protected]
Sito Web dell'Estensione https://supernetball.com.au/
URL della Pagina di Aiuto https://supernetball.com.au/
URL della Pagina della Politica sulla Privacy https://www.brandturbo.vip/privacy
Lingue Supportate 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\/*"
        ]
    }
}