Onion Simulator
2D physics game, protect the onion using one piece of string.
ما هو Onion Simulator؟
Onion Simulator هو إضافة Chrome تم تطويرها بواسطة https://onionfist.net، والميزة الرئيسية لها هي "2D physics game, protect the onion using one piece of string.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Onion Simulator
قم بتنزيل ملفات الامتداد Onion Simulator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Drawing game combined with a physics engine.
معلومات أساسية عن التمديد
الاسم | Onion Simulator |
ID | aecoohfoheganandmojfkbnmnllfhjdg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg |
الوصف | 2D physics game, protect the onion using one piece of string. |
حجم الملف | 2.07 MB |
عدد التثبيتات | 8,000 |
النسخة الحالية | 0.001 |
آخر تحديث | 2023-02-08 |
تاريخ النشر | 2023-02-07 |
تقييم | 3.20/5 مجموع تقييمات 5 |
المطور | https://onionfist.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Onion Simulator", "short_name": "Onion Simulator", "description": "2D physics game, protect the onion using one piece of string.", "version": "0.001", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": "assets\/icons\/icon.png", "default_popup": "index.html" }, "permissions": [ "storage" ] } |