Suncorp Super Netball

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

O que é Suncorp Super Netball?

Suncorp Super Netball é uma extensão do Chrome desenvolvida por brandTURBO, e sua principal característica é "The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Suncorp Super Netball

Baixe arquivos de extensão Suncorp Super Netball no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Suncorp Super Netball Suncorp Super Netball
ID bddcpiliijpigkmbjkfbgmfejcflppgc
URL Oficial https://chrome.google.com/webstore/detail/bddcpiliijpigkmbjkfbgmfejcflppgc
Descrição The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!
Tamanho do Arquivo 2.31 MB
Contagem de Instalações 162
Versão Atual 3.3.2
Última Atualização 2022-11-20
Data de Publicação 2021-03-17
Desenvolvedor brandTURBO
Email [email protected]
Site da Extensão https://supernetball.com.au/
URL da Página de Ajuda https://supernetball.com.au/
URL da Página de Política de Privacidade https://www.brandturbo.vip/privacy
Idiomas Suportados 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\/*"
        ]
    }
}