NBA Player Stats Retriever

Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…

什麼是NBA Player Stats Retriever?

NBA Player Stats Retriever是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…”。

擴展截圖

screenshot
screenshot

下載NBA Player Stats Retriever擴展crx文件

下載NBA Player Stats Retriever擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve data for the user inputted player. The data is then formatted and displayed into a table if the player is currently playing this season. If they aren't a message pops up asking the user to enter a different player's name.                    

擴展基本資訊

名稱 NBA Player Stats Retriever NBA Player Stats Retriever
ID fpdjgmnhhpbpabifajcdfcfkdgddnbmi
官方網址 https://chromewebstore.google.com/detail/nba-player-stats-retrieve/fpdjgmnhhpbpabifajcdfcfkdgddnbmi
簡介 Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…
檔案大小 4.48 MB
安裝次數 70
目前版本 1.0
更新時間 2022-01-20
上架時間 2022-01-19
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NBA Player Stats Retriever",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "NBA Player Stats Retriever",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}