NBA GameTime
View the scores for NBA games along with links to streams.
What is NBA GameTime?
NBA GameTime is a Chrome extension developed by Aash B., and its main feature is "View the scores for NBA games along with links to streams.".
Extension Screenshots
Download NBA GameTime Extension CRX File
Download NBA GameTime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ahdjgdmdfldihjdhndhimelokkfdkbok |
Official URL | https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok |
Description | View the scores for NBA games along with links to streams. |
File Size | 10.77 KB |
Installation Count | 21 |
Current Version | 1.2 |
Last Updated | 2019-07-14 |
Publish Date | 2019-07-14 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Aash B. |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |