SmartGame
Play games on Smartschool.be
ما هو SmartGame؟
SmartGame هو إضافة Chrome تم تطويرها بواسطة Turbo_Jump، والميزة الرئيسية لها هي "Play games on Smartschool.be".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SmartGame
قم بتنزيل ملفات الامتداد SmartGame بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension allows you to inject games in the smartschool.be website for a more pleasurable experience.
معلومات أساسية عن التمديد
الاسم | SmartGame |
ID | onaemgmencnjeipopeopimmcinedjcic |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic |
الوصف | Play games on Smartschool.be |
حجم الملف | 17.04 KB |
عدد التثبيتات | 131 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-05-15 |
تاريخ النشر | 2023-05-14 |
المطور | Turbo_Jump |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SmartGame", "version": "1.0.0", "description": "Play games on Smartschool.be", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.smartschool.be\/*" ], "js": [ "script.js" ] } ] } |