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 |
官方網址 | 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 } |