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
公式URL 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
Eメール [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"
    }
}