Number Snake Game
Guide the snake to consume numbers in sequential order.
Τι είναι το Number Snake Game;
Το Number Snake Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gamecheerleader.com, και η κύρια λειτουργία του είναι "Guide the snake to consume numbers in sequential order.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Number Snake Game
Λήψη αρχείων επέκτασης Number Snake Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Number Snake is a fun version of the classic snake game, but with a twist where you have to collect numbers in order. In this game, you guide a snake to consume numbers from 1 to 9 sequentially. Eating numbers out of order will result in a game over. How to Play? 1) Starting the Game: - Click the extension icon and the game will start in a popup window. - The game area will display numbers from 1 to 9, placed randomly. 2) Controlling the Snake: - Navigate the snake using the arrow keys. - The snake moves continuously, and you can alter its direction to head towards the desired number. 3) Eating Numbers in Order: - Your objective is to eat the numbers in ascending order, starting from 1 and going up to 9. - Successfully consume each number in sequence. For example, find and eat '1' first, followed by '2', and so on up to '9'. 4) Avoiding Mistakes: - Be cautious not to eat the numbers out of order. For instance, eating '2' before '1' will result in a game over. - Similarly, avoid colliding with the game area's walls or the snake's body. How to Win? - When the snake successfully eat all numbers in order, you win the game. Tips for Success: - Focus on Sequencing: Always be aware of the next number you need to consume. Plan your moves to reach it safely. Go ahead and test how quickly you can win the game! For a variety of gaming experiences, feel free to explore our latest games listed at the bottom of the game window at any time. CHANGELOG ========== Version 0.1.1 - Add google analytics - Show the list of new games Version 0.1.0 - Initial release of game
Βασικές Πληροφορίες Επέκτασης
Όνομα | Number Snake Game |
ID | nmemfbohjppeagfjiibhhcjjaidkblbe |
Επίσημο URL | https://chromewebstore.google.com/detail/number-snake-game/nmemfbohjppeagfjiibhhcjjaidkblbe |
Περιγραφή | Guide the snake to consume numbers in sequential order. |
Μέγεθος Αρχείου | 14.9 KB |
Αριθμός Εγκαταστάσεων | 161 |
Τρέχουσα Έκδοση | 0.1.1 |
Τελευταία Ενημέρωση | 2024-01-21 |
Ημερομηνία Δημοσίευσης | 2023-11-21 |
Προγραμματιστής | https://gamecheerleader.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.gamecheerleader.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.gamecheerleader.com/listing/number-snake-game/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.gamecheerleader.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Number Snake Game", "version": "0.1.1", "description": "Guide the snake to consume numbers in sequential order.", "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |