Basketball Box Scores
The best NBA browser extension with box scores, standings, highlights and more!
Basketball Box Scoresคืออะไร?
Basketball Box Scores เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://boxscores.site และคุณลักษณะหลักของมันคือ "The best NBA browser extension with box scores, standings, highlights and more!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Basketball Box Scores
ดาวน์โหลดไฟล์ส่วนขยาย Basketball Box Scores ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The best chrome extension for NBA box score, standings, highlights and more! What is this all about? This is an extension that allows basketball enthusiast to enjoy the game without the pain to search match statues online. Gives you detailed box scores with a single click! With this extension's help, it can be simplified. Only shows user what is necessary and highlights good and bad performances. Features - Daily scores - Detailed box scores - Highlight videos from YouTube - Dark mode - Standings of the season - Playoffs of the season - Ability to select a favorite team - Notifications 1.6.0/1.6.1 Updates (2023-12-22) - Add an option for adding favorite player - Add an option for sorting games chronologically - Add arena information
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Basketball Box Scores |
ID | mfmkedeaebcckihpinmhkadoagdbifaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/basketball-box-scores/mfmkedeaebcckihpinmhkadoagdbifaa |
คำอธิบาย | The best NBA browser extension with box scores, standings, highlights and more! |
ขนาดไฟล์ | 778 KB |
จำนวนการติดตั้ง | 10,165 |
เวอร์ชันปัจจุบัน | 1.6.1 |
อัปเดตครั้งล่าสุด | 2023-12-29 |
วันที่เผยแพร่ | 2020-03-08 |
คะแนน | 4.95/5 รวมทั้งหมด 116 คะแนน |
ผู้พัฒนา | https://boxscores.site |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Basketball Box Scores", "description": "The best NBA browser extension with box scores, standings, highlights and more!", "version": "1.6.1", "icons": { "16": "assets\/png\/icon-2-color-16.png", "48": "assets\/png\/icon-2-color-48.png", "128": "assets\/png\/icon-2-color-128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "assets\/png\/icon-2-color-48.png" } }, "background": { "service_worker": "background.min.js" }, "permissions": [ "storage", "alarms" ], "optional_permissions": [ "notifications" ], "host_permissions": [ "*:\/\/*.nba.com\/", "*:\/\/*.nba.net\/", "*:\/\/*.boxscores.site\/" ] } |