Offline Snake Game for Google Chrome ™

Simple old school game of Snake.

Offline Snake Game for Google Chrome ™ क्या है?

Offline Snake Game for Google Chrome ™ https://snake-game.freespeedcheck.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple old school game of Snake."।

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

screenshot

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

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

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

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

To begin playing, simply use the up, down, left, right arrows to control your snake.
Grow longer by eating the food on the screen.
Ensure you do not tangle up yourself and hit your own snake body accidentally.

Try playing snake today. Its a great way to pass the time playing these simple games while
you are at school.                    

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

नाम Offline Snake Game for Google Chrome ™ Offline Snake Game for Google Chrome ™
ID nmakofppilbelgljidneodelilgocjka
आधिकारिक URL https://chromewebstore.google.com/detail/offline-snake-game-for-go/nmakofppilbelgljidneodelilgocjka
विवरण Simple old school game of Snake.
फ़ाइल का आकार 399 KB
स्थापना संख्या 1,383
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2022-04-22
प्रकाशन तिथि 2021-10-19
रेटिंग 3.14/5 कुल 7 रेटिंग्स
डेवलपर https://snake-game.freespeedcheck.net
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://image-size.pdfwork.com/privacy-policy
समर्थित भाषाएँ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/snake-game.freespeedcheck.net\/",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "__MSG_appShortName__",
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "pages\/popup.html",
        "default_title": "__MSG_browserActionTitle__"
    }
}