NBA Player Stats Retriever

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

Co je NBA Player Stats Retriever?

NBA Player Stats Retriever je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření NBA Player Stats Retriever

Stáhněte si soubory rozšíření NBA Player Stats Retriever ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NBA Player Stats Retriever NBA Player Stats Retriever
ID fpdjgmnhhpbpabifajcdfcfkdgddnbmi
Oficiální URL https://chromewebstore.google.com/detail/nba-player-stats-retrieve/fpdjgmnhhpbpabifajcdfcfkdgddnbmi
Popis Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…
Velikost souboru 4.48 MB
Počet instalací 70
Aktuální Verze 1.0
Poslední Aktualizace 2022-01-20
Datum Vydání 2022-01-19
Vývojář Unknown
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}