Snake

Snake. Play the official Google Snake Game. Control the Snake to eat as many apples, and make the snake as long as you can

Snake क्या है?

Snake https://monkeymart.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Snake. Play the official Google Snake Game. Control the Snake to eat as many apples, and make the snake as long as you can"।

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

screenshot
screenshot
screenshot

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

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

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

                        Want to play this iconic game from the 1990s? Relive your childhood and play snake again on this extension. This software works offline and you can play whenever you open
Chrome browser.


If you've played Snake before and are looking for some similar games, we have some good news for you. Please visit: https://monkeymart.org/ to play full mode of Snake.

NOTE: 
- Added game detail website when first install will open just 1 time. Have fun and Good Luck! 
- You can play web online version or click "More Game" to play more games as well.                    

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

नाम Snake Snake
ID nngnjfkpoahfapkgcmodidlbnookggkj
आधिकारिक URL https://chromewebstore.google.com/detail/snake/nngnjfkpoahfapkgcmodidlbnookggkj
विवरण Snake. Play the official Google Snake Game. Control the Snake to eat as many apples, and make the snake as long as you can
फ़ाइल का आकार 2.34 MB
स्थापना संख्या 50,000
वर्तमान संस्करण 1.1.7
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2022-11-23
रेटिंग 4.70/5 कुल 10 रेटिंग्स
डेवलपर https://monkeymart.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://monkeymart.org/
सहायता पृष्ठ URL https://monkeymart.org/
गोपनीयता नीति पृष्ठ URL https://www.monkeymart.org/privacy-policy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "default_locale": "en_US",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "offline_enabled": true,
    "homepage_url": "https:\/\/googlesnake.org\/",
    "version": "1.1.7",
    "icons": {
        "512": "icons\/icon-512.png",
        "256": "icons\/icon-256.png",
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png",
        "48": "icons\/icon-48.png",
        "32": "icons\/icon-32.png",
        "16": "icons\/icon-16.png"
    },
    "action": {
        "default_icon": {
            "512": "icons\/icon-512.png",
            "256": "icons\/icon-256.png",
            "128": "icons\/icon-128.png",
            "64": "icons\/icon-64.png",
            "48": "icons\/icon-48.png",
            "32": "icons\/icon-32.png",
            "16": "icons\/icon-16.png"
        },
        "default_popup": "games.html",
        "default_title": "Snake"
    },
    "background": {
        "service_worker": "background.js"
    }
}