Evade!
A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear!
Evade!คืออะไร?
Evade! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Olli.Mulchandani และคุณลักษณะหลักของมันคือ "A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evade!
ดาวน์โหลดไฟล์ส่วนขยาย Evade! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear! If the smaller ball touches the edges or a larger ball, you lose! Made by Olli Mulchandani in a few class periods with p5.js Yorktown High School Update 1.0.1: *Added home screen *Changed colors of balls and text *Fixed bug causing larger balls to spawn on top of smaller ball therefore instantly killing the player Update 1.0.2: *Updated scoring system to be more fair *Added difficulty selector Update 1.0.3: *Small Update *Changed Timer from 10 seconds to 5 *Made hard difficulty more difficult If you have suggestions, dm me on IG @_ollim Venmo me please, this cost $5, @OlliMulchandani
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pddmemmjkcilkiocijfaiibobenomgga |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/evade/pddmemmjkcilkiocijfaiibobenomgga |
คำอธิบาย | A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear! |
ขนาดไฟล์ | 695 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-03-05 |
วันที่เผยแพร่ | 2020-03-05 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Olli.Mulchandani |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Evade!", "description": "A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear!", "version": "1.0.3", "author": "Olli Mulchandani", "browser_action": { "default_icon": { "128": "images\/img-128.png" }, "default_popup": "index.html" }, "icons": { "128": "images\/img-128.png" }, "permissions": [ "activeTab" ] } |