NBA GameTime
View the scores for NBA games along with links to streams.
Hvad er NBA GameTime?
NBA GameTime er en Chrome-udvidelse udviklet af Aash B., og dens hovedfunktion er "View the scores for NBA games along with links to streams.".
Udvidelsesskærmbilleder
Download NBA GameTime-udvidelses-CRX-fil
Download NBA GameTime-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ahdjgdmdfldihjdhndhimelokkfdkbok |
Officiel URL | https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok |
Beskrivelse | View the scores for NBA games along with links to streams. |
Filstørrelse | 10.77 KB |
Antal Installationer | 21 |
Nuværende Version | 1.2 |
Senest Opdateret | 2019-07-14 |
Udgivelsesdato | 2019-07-14 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | Aash B. |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |