Prodigy Chat
Adds a chat to Prodigy
Cos'è Prodigy Chat?
Prodigy Chat è un'estensione di Chrome sviluppata da Connor, e la sua funzione principale è "Adds a chat to Prodigy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prodigy Chat
Scarica i file di estensione Prodigy Chat 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nlfpeojcafkcoekoeinbhnahfffkgcgc |
URL Ufficiale | https://chrome.google.com/webstore/detail/prodigy-chat/nlfpeojcafkcoekoeinbhnahfffkgcgc |
Descrizione | Adds a chat to Prodigy |
Dimensione del File | 9.23 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-10-10 |
Data di Pubblicazione | 2021-10-10 |
Valutazione | 1.63/5 Totale 8 Valutazioni |
Sviluppatore | Connor |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |