Basketball Box Scores
The best NBA browser extension with box scores, standings, highlights and more!
什麼是Basketball Box Scores?
Basketball Box Scores是由https://boxscores.site開發的Chrome擴展程式,該擴展的主要功能是“The best NBA browser extension with box scores, standings, highlights and more!”。
擴展截圖
下載Basketball Box Scores擴展crx文件
下載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 |
官方網址 | 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\/" ] } |