Simon
Simon is the game of lights and sounds of 80's
ما هو Simon؟
Simon هو إضافة Chrome تم تطويرها بواسطة https://onets.altervista.org، والميزة الرئيسية لها هي "Simon is the game of lights and sounds of 80's".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simon
قم بتنزيل ملفات الامتداد Simon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Simon game is the game of lights and sounds in which player must repeat random sequences of lights by pressing the colored pads in the correct order.
معلومات أساسية عن التمديد
الاسم | Simon |
ID | ojlfeplffbmkdibaelofhhhmplajjmmj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj |
الوصف | Simon is the game of lights and sounds of 80's |
حجم الملف | 318 KB |
عدد التثبيتات | 94 |
النسخة الحالية | 1.3.0.0 |
آخر تحديث | 2023-08-25 |
تاريخ النشر | 2021-06-28 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://onets.altervista.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://onets.altervista.org/privacy/informativa.html |
اللغات المدعومة | en,es,it,ru,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "author": "Roberto E. Oneto", "description": "__MSG_extensionDescription__", "version": "1.3.0.0", "background": { "service_worker": "worker_wrapper.js" }, "action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/onets.altervista.org\/Simon\/" ], "default_locale": "en" } |