NBA Player Stats Retriever

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

O que é NBA Player Stats Retriever?

NBA Player Stats Retriever é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão NBA Player Stats Retriever

Baixe arquivos de extensão NBA Player Stats Retriever no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NBA Player Stats Retriever NBA Player Stats Retriever
ID fpdjgmnhhpbpabifajcdfcfkdgddnbmi
URL Oficial https://chromewebstore.google.com/detail/nba-player-stats-retrieve/fpdjgmnhhpbpabifajcdfcfkdgddnbmi
Descrição Instantly get your favorite NBA players' stats for the current season with this extension. Extension uses API calls to retrieve…
Tamanho do Arquivo 4.48 MB
Contagem de Instalações 70
Versão Atual 1.0
Última Atualização 2022-01-20
Data de Publicação 2022-01-19
Desenvolvedor Unknown
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}