Prodigy Chat
Adds a chat to Prodigy
Qu'est-ce que Prodigy Chat ?
Prodigy Chat est une extension Chrome développée par Connor, et sa fonction principale est "Adds a chat to Prodigy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prodigy Chat
Téléchargez les fichiers d'extension Prodigy Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nlfpeojcafkcoekoeinbhnahfffkgcgc |
URL Officiel | https://chrome.google.com/webstore/detail/prodigy-chat/nlfpeojcafkcoekoeinbhnahfffkgcgc |
Description | Adds a chat to Prodigy |
Taille du Fichier | 9.23 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-10-10 |
Date de Publication | 2021-10-10 |
Évaluation | 1.63/5 Total 8 Évaluations |
Développeur | Connor |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |