NBA GameTime

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

NBA GameTimeคืออะไร?

NBA GameTime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aash B. และคุณลักษณะหลักของมันคือ "View the scores for NBA games along with links to streams."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NBA GameTime

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}