Prodigy Chat
Adds a chat to Prodigy
ما هو Prodigy Chat؟
Prodigy Chat هو إضافة Chrome تم تطويرها بواسطة Connor، والميزة الرئيسية لها هي "Adds a chat to Prodigy".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Prodigy Chat
قم بتنزيل ملفات الامتداد Prodigy Chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |