Suncorp Super Netball
The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!
Qu'est-ce que Suncorp Super Netball ?
Suncorp Super Netball est une extension Chrome développée par brandTURBO, et sa fonction principale est "The official Suncorp Super Netball Tab brings you closer to all things Netball including the Suncorp Super Netball!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Suncorp Super Netball
Téléchargez les fichiers d'extension Suncorp Super Netball au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bddcpiliijpigkmbjkfbgmfejcflppgc |
URL Officiel | 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! |
Taille du Fichier | 2.31 MB |
Nombre d'Installations | 162 |
Version Actuelle | 3.3.2 |
Dernière Mise à Jour | 2022-11-20 |
Date de Publication | 2021-03-17 |
Développeur | brandTURBO |
[email protected] | |
Site Web de l'Extension | https://supernetball.com.au/ |
URL de la Page d'Aide | https://supernetball.com.au/ |
URL de la Page de Politique de Confidentialité | https://www.brandturbo.vip/privacy |
Langues Prises en Charge | 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\/*" ] } } |