Prodigy Chat
Adds a chat to Prodigy
Apa itu Prodigy Chat?
Prodigy Chat adalah ekstensi Chrome yang dikembangkan oleh Connor, dan fitur utamanya adalah "Adds a chat to Prodigy".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Prodigy Chat
Unduh file ekstensi Prodigy Chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nlfpeojcafkcoekoeinbhnahfffkgcgc |
URL Resmi | https://chrome.google.com/webstore/detail/prodigy-chat/nlfpeojcafkcoekoeinbhnahfffkgcgc |
Deskripsi | Adds a chat to Prodigy |
Ukuran File | 9.23 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-10-10 |
Tanggal Publikasi | 2021-10-10 |
Penilaian | 1.63/5 Total 8 Penilaian |
Pengembang | Connor |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |