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 |
公式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 |
Eメール | [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" ] } |