Prodigy Chat
Adds a chat to Prodigy
Wat is Prodigy Chat?
Prodigy Chat is een Chrome-extensie ontwikkeld door Connor, en de belangrijkste functie is "Adds a chat to Prodigy".
Extensie Screenshots
Download het CRX-bestand van de extensie Prodigy Chat
Download Prodigy Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nlfpeojcafkcoekoeinbhnahfffkgcgc |
Officiële URL | https://chrome.google.com/webstore/detail/prodigy-chat/nlfpeojcafkcoekoeinbhnahfffkgcgc |
Beschrijving | Adds a chat to Prodigy |
Bestandsgrootte | 9.23 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-10-10 |
Publicatiedatum | 2021-10-10 |
Beoordeling | 1.63/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Connor |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |