NBA Stats Wizard

Optimize nba.com boxscore page for viewing

什么是NBA Stats Wizard?

NBA Stats Wizard是由NBAStatsWizard开发的Chrome扩展程序,该扩展的主要功能是“Optimize nba.com boxscore page for viewing”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载NBA Stats Wizard扩展crx文件

下载NBA Stats Wizard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Have you been finding yourself lost on the nba.com boxscore page? this light extension will highlight all that matters to you so you could keep track of your favorite team and players.

★ Sticky table headers when you scroll down
★ Highlight rows and columns on mouse hover
★ Colorize notable stats and team leaders
★ Localized time for upcoming games @ www.nba.com/games
★ Remove DNP player rows in finished games

It works on any nba.com boxscore page and for every game, just navigate to a game's boxscore and watch the magic!
Screenshots taken from:
https://www.nba.com/game/lal-vs-mil-0022000226/box-score

You're welcome to send feature requests and bug reports as I will try and keep it updated.

IMPORTANT - this extension is and always will be for free, and will NEVER include ads. It was made for my own personal use and thought I should share it with the world.

Hope you'll enjoy it!



Changelog:
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
➤ 1.3.87:
  • |🛠️Fix| localized game times

➤ 1.3.7:
  • |🛠️Fix| wizard didn't recognize live games which caused "player to watch" feature to break as well, I hadn't watched much live games this season so 
    can't really tell how long it was broken 😇

➤ 1.3.6:
	• |🛠️Fix| hide live scoreboard on top of the page (to enable more of the table to be seen in order to minimize the need for scrolling while viewing/
    analyzing boxscore), again due to changes by "nba.com" web developers 😅
	
➤ 1.3.3 + 1.3.4 + 1.3.5:
    • |🛠️Fix| update local times due to nba.com team's change
    • |🛠️Fix| update local times, when changing date due to changes by "nba.com" web developers

➤ 1.3.2:
    • |🌟New| add player to watch volume control on popup
    
➤ 1.3.0:
    • |🛠️Fix| adjust wizard to work on the updated nba.com 
      HTML hierarchy which broke several features
    •  Add Player To Watch (PTW) doorbell alert each time the 
      chosen player enters the game + adds minutes tracker fixed on top 
      left corner when enabled
    • |🌟New| Add extension popup with new features:
             ✔  PTW control on/off
             ✔  Global user preferences 
             ✔  More to come
    • |🌟New| Add percentage symbol in each fg%, 3pt% and ft% columns
    • |🛠️Fix| fix minor bug on localized gametimes on several 
      timezones


➤ 1.2.2:
    • |📈Update| localized time displayed in 24 hour format to avoid 
      ambiguity
    • |🛠️Fix| sluggish row/column highlight when staying in a live game 
      page for a long time without refreshing

➤ 1.2.1:
    • |🌟New| wizard now updates table cells in real-time during live 
       games (experimental)

➤ 1.2.0:
    • |🌟New| colorize player name cells + team header according to 
       its respective colors
    • |🌟New| zoom first row and column of currently hovered cell
    • |🌟New| localized time of a game above the ET time which is 
       displayed by default in the nba.com/games list

➤ 1.1.0:
    • |🌟New| wizard supports different periods such as quarter or half
    • |🌟New| sticky headers when you scroll past the table header                    

扩展基本信息

名称 NBA Stats Wizard NBA Stats Wizard
ID plhekifidbecidebmmhjibhfkcbeimkn
官方URL https://chromewebstore.google.com/detail/nba-stats-wizard/plhekifidbecidebmmhjibhfkcbeimkn
简介 Optimize nba.com boxscore page for viewing
文件大小 188 KB
安装次数 83
当前版本 1.3.87
更新时间 2023-11-12
上架时间 2021-01-05
评分 5.00/5 共2次评分
开发者 NBAStatsWizard
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NBA Stats Wizard",
    "version": "1.3.87",
    "manifest_version": 3,
    "description": "Optimize nba.com boxscore page for viewing",
    "default_locale": "en",
    "action": {
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/ui\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nba.com\/game\/*"
            ],
            "css": [
                "src\/inject\/nbacom.css"
            ],
            "js": [
                "src\/inject\/nbacom.js",
                "src\/inject\/jquery-3.5.1.slim.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.nba.com\/games*"
            ],
            "js": [
                "src\/inject\/gametimes.js",
                "src\/inject\/jquery-3.5.1.slim.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}