Snake

Classic Snake game. Eat, grow and try not to crush!

Snake क्या है?

Snake https://snake.9834722.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Classic Snake game. Eat, grow and try not to crush!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Snake एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Snake game is a classic and addictive browser extension that allows you to play the iconic Snake game directly from your browser. The extension adds a game icon to your browser panel, allowing you to launch the game instantly from any webpage.

In the game, you control a snake that must navigate through a field, collecting food and avoiding crashing into its own tail. The snake moves continuously, and you must guide it through the field using your keyboard or mouse. As the snake eats more food, it grows longer and becomes more challenging to control.

The goal of the game is to navigate the snake through the field for as long as possible, trying to beat your own high score. However, it's not as simple as it sounds. As the snake grows longer, it becomes more difficult to maneuver, and you must be careful to avoid crashing into the walls or your own tail.

One of the great things about Snake is that it's suitable for players of all ages and skill levels. The simple controls and addictive gameplay make it easy for anyone to pick up and play. It's also a great way to pass the time and challenge yourself.

In addition to the classic version of Snake, the Chrome extension also includes a variety of different themes and skins to choose from. You can customize the look of your snake and the field to suit your own personal style.

Overall, Google Chrome's Snake game is a fun and enjoyable way to pass the time. Whether you're a seasoned Snake pro or a newcomer to the game, you'll find plenty to love in this classic browser extension. So, if you're looking for a quick and easy way to have some fun and challenge yourself, Snake is definitely worth checking out.                    

एक्सटेंशन की मूल जानकारी

नाम Snake Snake
ID bkmfakhnedhonbkpbengdjbfninlbpbk
आधिकारिक URL https://chromewebstore.google.com/detail/snake/bkmfakhnedhonbkpbengdjbfninlbpbk
विवरण Classic Snake game. Eat, grow and try not to crush!
फ़ाइल का आकार 483 KB
स्थापना संख्या 50,000
वर्तमान संस्करण 3.2.0.11
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2021-10-04
रेटिंग 4.19/5 कुल 52 रेटिंग्स
डेवलपर https://snake.9834722.xyz
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://bit.ly/3O5JSJJ
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "files\/superagent.js",
            "files\/anticheat.js",
            "files\/typ_push.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "contentSettings",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "https:\/\/*\/*",
        "cookies"
    ],
    "version": "3.2.0.11"
}