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 to jest NBA Player Stats Retriever?

NBA Player Stats Retriever to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia NBA Player Stats Retriever

Pobierz pliki rozszerzeń NBA Player Stats Retriever w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NBA Player Stats Retriever NBA Player Stats Retriever
ID fpdjgmnhhpbpabifajcdfcfkdgddnbmi
Oficjalny URL https://chromewebstore.google.com/detail/nba-player-stats-retrieve/fpdjgmnhhpbpabifajcdfcfkdgddnbmi
Opis Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…
Rozmiar pliku 4.48 MB
Liczba instalacji 70
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-01-20
Data Publikacji 2022-01-19
Deweloper Unknown
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}