NBA Player Stats Retriever

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

Cos'è NBA Player Stats Retriever?

NBA Player Stats Retriever è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NBA Player Stats Retriever

Scarica i file di estensione NBA Player Stats Retriever in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NBA Player Stats Retriever NBA Player Stats Retriever
ID fpdjgmnhhpbpabifajcdfcfkdgddnbmi
URL Ufficiale https://chromewebstore.google.com/detail/nba-player-stats-retrieve/fpdjgmnhhpbpabifajcdfcfkdgddnbmi
Descrizione Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…
Dimensione del File 4.48 MB
Conteggio Installazioni 70
Versione Corrente 1.0
Ultimo Aggiornamento 2022-01-20
Data di Pubblicazione 2022-01-19
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}