Snakes by Bluemods

Classic Snakes game at your finger tips.

Τι είναι το Snakes by Bluemods;

Το Snakes by Bluemods είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://bluemods.com, και η κύρια λειτουργία του είναι "Classic Snakes game at your finger tips.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Snakes by Bluemods

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

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

                        Snakes by Bluemods is a free-to-play single player classics arcade game designed and developed by Justin Gates at Bluemods.com. The game is written in JavaScript and was published on January 1, 2020. The game allows the players to maneuver a snake made up of tiny squares. Snakes by Bluemods features simple old school 8-bit graphics where you can control the snake using the arrow keys. The design of the game is primarly inspired by the Classic SNAKES from NOKIA.

In the game as the snake eats its food, which is a green colored dot, it grows in size. The game ends when the snake bits its own body. The player also loses when the snake runs into the screen border, a trail or other obstacle, or itself.

Snakes by Bluemods was a major hit right after its release on Bluemods.com (A site that shares modified Android application) and within the initial phase, it received over 10,000 downloads.                    

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

Όνομα Snakes by Bluemods Snakes by Bluemods
ID bimpocahjgglgejdipdcgalkcjjohbhn
Επίσημο URL https://chrome.google.com/webstore/detail/snakes-by-bluemods/bimpocahjgglgejdipdcgalkcjjohbhn
Περιγραφή Classic Snakes game at your finger tips.
Μέγεθος Αρχείου 37.1 KB
Αριθμός Εγκαταστάσεων 325
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-01-01
Ημερομηνία Δημοσίευσης 2020-01-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://bluemods.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bluemods.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://bluemods.com/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://bluemods.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snakes by Bluemods",
    "description": "Classic Snakes game at your finger tips.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/snake-16.png",
        "32": "icons\/snake-32.png",
        "64": "icons\/snake-64.png",
        "128": "icons\/snake-128.png"
    },
    "browser_action": {
        "default_title": "Start Playing",
        "default_popup": "index.html",
        "default_icons": "icons\/snake-128.png"
    }
}