Prodigy Chat

Adds a chat to Prodigy

O que é Prodigy Chat?

Prodigy Chat é uma extensão do Chrome desenvolvida por Connor, e sua principal característica é "Adds a chat to Prodigy".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Prodigy Chat

Baixe arquivos de extensão Prodigy Chat 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

                        The Prodigy Chat Extension adds an awesome social feature-packed Live! Chat to the educational math game RPG, Prodigy Math Game, allowing players to connect with each other in-game and have fun talking.                    

Informações Básicas da Extensão

Nome Prodigy Chat Prodigy Chat
ID nlfpeojcafkcoekoeinbhnahfffkgcgc
URL Oficial https://chrome.google.com/webstore/detail/prodigy-chat/nlfpeojcafkcoekoeinbhnahfffkgcgc
Descrição Adds a chat to Prodigy
Tamanho do Arquivo 9.23 KB
Contagem de Instalações 2,000
Versão Atual 1.0.0
Última Atualização 2021-10-10
Data de Publicação 2021-10-10
Classificação 1.63/5 Total de 8 Avaliações
Desenvolvedor Connor
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prodigy Chat",
    "version": "1.0.0",
    "description": "Adds a chat to Prodigy",
    "permissions": [
        "*:\/\/*.prodigygame.com\/*",
        "*:\/\/*.eforgreen.com\/*"
    ],
    "icons": {
        "16": "assets\/x16.png",
        "48": "assets\/x48.png",
        "128": "assets\/x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.prodigygame.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}