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" ] } |