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 là gì?

NBA Player Stats Retriever là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NBA Player Stats Retriever

Tải xuống các tệp mở rộng NBA Player Stats Retriever dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NBA Player Stats Retriever NBA Player Stats Retriever
ID fpdjgmnhhpbpabifajcdfcfkdgddnbmi
URL Chính Thức https://chromewebstore.google.com/detail/nba-player-stats-retrieve/fpdjgmnhhpbpabifajcdfcfkdgddnbmi
Mô tả Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…
Kích Thước Tệp 4.48 MB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-01-20
Ngày Phát Hành 2022-01-19
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}