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
官方網址 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'"
}