NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
Cos'è NBA game alert?
NBA game alert è un'estensione di Chrome sviluppata da https://raysblog.netlify.app, e la sua funzione principale è "Chrome extension for NBA fans to be notified of their favorite teams and scores!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NBA game alert
Scarica i file di estensione NBA game alert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
URL Ufficiale | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
Descrizione | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
Dimensione del File | 29.77 KB |
Conteggio Installazioni | 120 |
Versione Corrente | 4.0.0 |
Ultimo Aggiornamento | 2021-12-20 |
Data di Pubblicazione | 2019-10-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://raysblog.netlify.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.raymonddeng.com/ |
Lingue Supportate | 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 } |