Prodigy Chat
Adds a chat to Prodigy
What is Prodigy Chat?
Prodigy Chat is a Chrome extension developed by Connor, and its main feature is "Adds a chat to Prodigy".
Extension Screenshots
Download Prodigy Chat Extension CRX File
Download Prodigy Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nlfpeojcafkcoekoeinbhnahfffkgcgc |
Official URL | https://chrome.google.com/webstore/detail/prodigy-chat/nlfpeojcafkcoekoeinbhnahfffkgcgc |
Description | Adds a chat to Prodigy |
File Size | 9.23 KB |
Installation Count | 2,000 |
Current Version | 1.0.0 |
Last Updated | 2021-10-10 |
Publish Date | 2021-10-10 |
Rating | 1.63/5 Total 8 Ratings |
Developer | Connor |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |