NBA GameTime
View the scores for NBA games along with links to streams.
Vad är NBA GameTime?
NBA GameTime är en Chrome-tillägg utvecklad av Aash B., och dess huvudfunktion är "View the scores for NBA games along with links to streams.".
Tilläggsskärmbilder
Ladda ner NBA GameTime-förlängningens CRX-fil
Ladda ner NBA GameTime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ahdjgdmdfldihjdhndhimelokkfdkbok |
Officiell webbadress | https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok |
Beskrivning | View the scores for NBA games along with links to streams. |
Filstorlek | 10.77 KB |
Antal Installationer | 21 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2019-07-14 |
Publiceringsdatum | 2019-07-14 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Aash B. |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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'" } |