NBA GameTime

View the scores for NBA games along with links to streams.

什么是NBA GameTime?

NBA GameTime是由Aash B.开发的Chrome扩展程序,该扩展的主要功能是“View the scores for NBA games along with links to streams.”。

扩展截图

screenshot
screenshot

下载NBA GameTime扩展crx文件

下载NBA GameTime扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 NBA GameTime NBA GameTime
ID ahdjgdmdfldihjdhndhimelokkfdkbok
官方URL https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok
简介 View the scores for NBA games along with links to streams.
文件大小 10.77 KB
安装次数 21
当前版本 1.2
更新时间 2019-07-14
上架时间 2019-07-14
评分 3.67/5 共3次评分
开发者 Aash B.
电子邮箱 [email protected]
付费类型 free
支持的语言 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'"
}