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 |
Eメール | [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 } |