NBA Scoreboard
Live NBA scores, odds, boxscores & more!
NBA Scoreboardคืออะไร?
NBA Scoreboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grimlxrd และคุณลักษณะหลักของมันคือ "Live NBA scores, odds, boxscores & more!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NBA Scoreboard
ดาวน์โหลดไฟล์ส่วนขยาย NBA Scoreboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to view NBA game details all in one click! 2.8 Update (11/25/2023) -Design Changes 2.7 Update (11/23/2023) -Design changes -Small fixes 2.6 Update (11/21/2023) -Added team stats -Added colors for linescores -Added percentages for FG, TP and FT stats (shows on mouse hover) -Added positions next to player names -Fixed losing team score color 2.5 Update (11/19/2023) -Complete code rewrite -Linescores added -New options page -Design changes -Removed auto-refresh button (Needs fixed) -Removed pre-game odds (Needs fixed) 2.4 Update (11/16/2023) -New auto-refresh button -Design changes -Better play-by-play details -Improved performance -Various small fixes 2.3 Update (11/10/2023) -Added play-by-play details -Code cleanup -Small fixes 2.2 Update (11/5/2023) -Small boxscore changes 2.1 Update (10/29/2023) -Fixed "Skip to next game date" button error 2.0 Update (9/2/2023) -Added new "Skip to next/last game date" feature -Small fixes -New preview images 1.9 Update (9/1/2023) -Updated icon 1.8 Update (8/31/2023) -Code cleanup -Small design changes 1.7 Update (6/10/2023) -Small fixes 1.6 Update (6/8/2023) -Small fixes 1.5 Update (6/7/2023) -Updated stat colors 1.4 Update (6/6/2023) -Small fixes 1.3 Update (6/5/2023) -Greatly improved performance 1.2 Update (6/4/2023) -Fixed date not changing -Fixed incorrect boxscore stats
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NBA Scoreboard |
ID | oimheafpflggpipfidgfjgpdmolpkjlg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nba-scoreboard/oimheafpflggpipfidgfjgpdmolpkjlg |
คำอธิบาย | Live NBA scores, odds, boxscores & more! |
ขนาดไฟล์ | 3.44 MB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 2.8 |
อัปเดตครั้งล่าสุด | 2023-11-26 |
วันที่เผยแพร่ | 2023-06-05 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | grimlxrd |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NBA Scoreboard", "description": "Live NBA scores, odds, boxscores & more!", "version": "2.8", "action": { "default_popup": "index.html" }, "icons": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage" ] } |