Suncorp Super Netball
The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!
What is Suncorp Super Netball?
Suncorp Super Netball is a Chrome extension developed by brandTURBO, and its main feature is "The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!".
Extension Screenshots
Download Suncorp Super Netball Extension CRX File
Download Suncorp Super Netball extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bddcpiliijpigkmbjkfbgmfejcflppgc |
Official URL | https://chrome.google.com/webstore/detail/bddcpiliijpigkmbjkfbgmfejcflppgc |
Description | The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball! |
File Size | 2.31 MB |
Installation Count | 162 |
Current Version | 3.3.2 |
Last Updated | 2022-11-20 |
Publish Date | 2021-03-17 |
Developer | brandTURBO |
[email protected] | |
Extension Website | https://supernetball.com.au/ |
Help Page URL | https://supernetball.com.au/ |
Privacy Policy Page URL | https://www.brandturbo.vip/privacy |
Supported Languages | 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\/*" ] } } |