Snake game

A fun game to play while waiting for things

Snake game क्या है?

Snake game Gecko Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A fun game to play while waiting for things"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail.



Code functions from codepen.io                    

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

नाम Snake game Snake game
ID lljpgahbeilaecaaiecghpmfajfeclge
आधिकारिक URL https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge
विवरण A fun game to play while waiting for things
फ़ाइल का आकार 625 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.9.0
अंतिम अपडेट 2019-08-19
प्रकाशन तिथि 2019-08-18
रेटिंग 4.49/5 कुल 67 रेटिंग्स
डेवलपर Gecko Software
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake game",
    "version": "2.9.0",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "description": "A fun game to play while waiting for things",
    "offline_enabled": true,
    "author": "Ian",
    "icons": {
        "16": "\/assets\/images\/icon.png",
        "48": "\/assets\/images\/icon.png",
        "128": "\/assets\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/images\/icon.png",
        "default_popup": "popup.html"
    }
}