Puppy Snake Game

Play fun snake-like game with puppy head!

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

Το Puppy Snake Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gamecheerleader.com, και η κύρια λειτουργία του είναι "Play fun snake-like game with puppy head!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This chrome extension allows you to play classic snake game with a custom snake head in a popup. In current version a cute puppy icon is adopted and the newer version will allow users to customize it for more fun!

Try to move the snake to touch a ball which randomly appears in game area. For each touch, the body will grow while game score will increase. As the growth of body, the snake will move faster.  

How to play?
1) Click the extension icon in the top right corner of the browser to open the game window.
2) Press Arrow keys (Arrow left/right/up/bottom) to start the game or change move direction. 
3) Press the Space key to pause or continue the game.
4) Click anywhere on your screen except game window to exit the game. 
5) Press the Restart button (or Space key) to start a new game when the game is over.

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

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

Version 0.1.1 - 0.1.3
- Update game title & description

Version 0.1.0 - 2023-04-05
- Initial release of game                    

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

Όνομα Puppy Snake Game Puppy Snake Game
ID dljfiignakpaalgogccjiceagdakejmk
Επίσημο URL https://chromewebstore.google.com/detail/puppy-snake-game/dljfiignakpaalgogccjiceagdakejmk
Περιγραφή Play fun snake-like game with puppy head!
Μέγεθος Αρχείου 557 KB
Αριθμός Εγκαταστάσεων 264
Τρέχουσα Έκδοση 0.1.5
Τελευταία Ενημέρωση 2024-01-20
Ημερομηνία Δημοσίευσης 2023-04-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://gamecheerleader.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gamecheerleader.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.gamecheerleader.com/listing/custom-snake-game/
URL της Σελίδας Πολιτικής Απορρήτου https://www.gamecheerleader.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Puppy Snake Game",
    "short_name": "puppy-snake",
    "version": "0.1.5",
    "description": "Play fun snake-like game with puppy head!",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}