Prodigy Chat
Adds a chat to Prodigy
什么是Prodigy Chat?
Prodigy Chat是由Connor开发的Chrome扩展程序,该扩展的主要功能是“Adds a chat to Prodigy”。
扩展截图
下载Prodigy Chat扩展crx文件
下载Prodigy Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | nlfpeojcafkcoekoeinbhnahfffkgcgc |
官方URL | https://chrome.google.com/webstore/detail/prodigy-chat/nlfpeojcafkcoekoeinbhnahfffkgcgc |
简介 | Adds a chat to Prodigy |
文件大小 | 9.23 KB |
安装次数 | 2,000 |
当前版本 | 1.0.0 |
更新时间 | 2021-10-10 |
上架时间 | 2021-10-10 |
评分 | 1.63/5 共8次评分 |
开发者 | Connor |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |