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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brandTURBO และคุณลักษณะหลักของมันคือ "The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suncorp Super Netball

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
        ]
    }
}