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!是由Olli.Mulchandani開發的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!”。
擴展截圖
下載Evade!擴展crx文件
下載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 |
官方網址 | 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" ] } |