NBA GameTime
View the scores for NBA games along with links to streams.
Was ist NBA GameTime?
NBA GameTime ist eine Chrome-Erweiterung, die von Aash B. entwickelt wurde, und ihr Hauptmerkmal ist "View the scores for NBA games along with links to streams.".
Erweiterungsscreenshots
NBA GameTime-Erweiterungs-CRX-Datei herunterladen
Laden Sie NBA GameTime-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ahdjgdmdfldihjdhndhimelokkfdkbok |
Offizielle URL | https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok |
Beschreibung | View the scores for NBA games along with links to streams. |
Dateigröße | 10.77 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.2 |
Letztes Update | 2019-07-14 |
Veröffentlichungsdatum | 2019-07-14 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Aash B. |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |