NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
Qu'est-ce que NBA game alert ?
NBA game alert est une extension Chrome développée par https://raysblog.netlify.app, et sa fonction principale est "Chrome extension for NBA fans to be notified of their favorite teams and scores!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NBA game alert
Téléchargez les fichiers d'extension NBA game alert 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
See any the scores and game of the day with only one click ! You can also customize your scoreboard with your favourite teams in options!
Informations de Base sur l'Extension
Nom | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
URL Officiel | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
Description | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
Taille du Fichier | 29.77 KB |
Nombre d'Installations | 120 |
Version Actuelle | 4.0.0 |
Dernière Mise à Jour | 2021-12-20 |
Date de Publication | 2019-10-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://raysblog.netlify.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.raymonddeng.com/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NBA game alert", "version": "4.0.0", "description": "Chrome extension for NBA fans to be notified of their favorite teams and scores!", "permissions": [ "declarativeContent", "storage", "http:\/\/data.nba.net\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "options_page": "options.html", "manifest_version": 2 } |