Suncorp Super Netball

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

Suncorp Super Netballとは何ですか?

Suncorp Super NetballはbrandTURBOによって開発されたChromeの拡張機能で、その主な機能は「The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Suncorp Super Netball拡張機能のCRXファイルをダウンロード

Suncorp Super Netball拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Suncorp Super Netball Suncorp Super Netball
ID bddcpiliijpigkmbjkfbgmfejcflppgc
公式URL https://chrome.google.com/webstore/detail/bddcpiliijpigkmbjkfbgmfejcflppgc
説明 The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!
ファイルサイズ 2.31 MB
インストール数 162
現在のバージョン 3.3.2
最終更新日 2022-11-20
公開日 2021-03-17
開発者 brandTURBO
Eメール [email protected]
拡張機能のウェブサイト https://supernetball.com.au/
ヘルプページのURL https://supernetball.com.au/
プライバシーポリシーページのURL https://www.brandturbo.vip/privacy
対応言語 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\/*"
        ]
    }
}