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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |