Color Snake Game

Navigate a snake that changes colors to gather items of the same color.

Τι είναι το Color Snake Game;

Το Color Snake Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gamecheerleader.com, και η κύρια λειτουργία του είναι "Navigate a snake that changes colors to gather items of the same color.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Color Snake Game

Λήψη αρχείων επέκτασης Color Snake Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Color Snake is an exciting and challenging game where the player navigates a snake through a field, collecting items that match the snake's color. The snake changes color at random intervals, adding a layer of strategy and quick decision-making to the gameplay.

Color Change Rule:
The snake's color shifts randomly every 2-3 seconds, while the items change color less often, about every 20 seconds. Therefore, pay close attention to their colors. The colors used in the game are red, green and yellow. 

How to Play:
1) Use the arrow keys to control the snake's movement.
2) Guide the snake to consume items that match its current color.
3) Avoid colliding with the game area boundaries or the snake's own body.

Tips for Winning:
1) Stay around: keep the snake near the item so that if its color changes to match the item's, the snake will be close enough to quickly reach and collect it.
2) Be cautious: prepare for sudden color changes in the snake as it approaches an item of matching color, as these changes can unexpectedly lead to game failure.
3) Act quickly: If the snake's color matches an item, quickly collect it before the snake changes color again and risks a missed opportunity.

Color Snake is a game of quick reflexes and adaptability, perfect for players who enjoy an added twist to the classic snake game.

Have fun playing the color snake game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.2
- Add google analytics
- Show the list of new games

Version 0.1.0 - 0.1.1
- Initial release of game
- Update game name                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Color Snake Game Color Snake Game
ID pnncdeicbofogmklheappebjeaipgjfc
Επίσημο URL https://chromewebstore.google.com/detail/color-snake-game/pnncdeicbofogmklheappebjeaipgjfc
Περιγραφή Navigate a snake that changes colors to gather items of the same color.
Μέγεθος Αρχείου 38.81 KB
Αριθμός Εγκαταστάσεων 347
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2024-01-21
Ημερομηνία Δημοσίευσης 2023-11-18
Προγραμματιστής https://gamecheerleader.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gamecheerleader.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.gamecheerleader.com/listing/color-snake-game/
URL της Σελίδας Πολιτικής Απορρήτου https://www.gamecheerleader.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Snake Game",
    "version": "0.1.2",
    "description": "Navigate a snake that changes colors to gather items of the same color.",
    "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
}