NBA GameTime
View the scores for NBA games along with links to streams.
Cos'è NBA GameTime?
NBA GameTime è un'estensione di Chrome sviluppata da Aash B., e la sua funzione principale è "View the scores for NBA games along with links to streams.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NBA GameTime
Scarica i file di estensione NBA GameTime 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
Look at live scores for today's NBA games along with links to streams and the box score. You can also see the calendar for upcoming games and the scores for past games. Update 1.1/1.2: - Fixing links to streams
Informazioni di Base sull'Estensione
Nome | |
ID | ahdjgdmdfldihjdhndhimelokkfdkbok |
URL Ufficiale | https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok |
Descrizione | View the scores for NBA games along with links to streams. |
Dimensione del File | 10.77 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-07-14 |
Data di Pubblicazione | 2019-07-14 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Aash B. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NBA GameTime", "author": "Aashdeep Brar", "version": "1.2", "description": "View the scores for NBA games along with links to streams.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'" } |