Snake

The authentic snake game in a popup. Smooth animations and a saved high score!

Snake क्या है?

Snake Kris10ansn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The authentic snake game in a popup. Smooth animations and a saved high score!"।

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

screenshot
screenshot

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

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

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

                        This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Unlike many other options out there, this extension saves your highscore, so that you dont have to just remember that really good score when youre gonna tell all your friends about it. 

Snake can occasionally show promoted websites when updating. Snake may also show non-intrusive banner advertisements at the bottom of the game window.                    

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

नाम Snake Snake
ID oppflpnigmhkldmdmmbnopidlhahanji
आधिकारिक URL https://chromewebstore.google.com/detail/snake/oppflpnigmhkldmdmmbnopidlhahanji
विवरण The authentic snake game in a popup. Smooth animations and a saved high score!
फ़ाइल का आकार 30.15 KB
स्थापना संख्या 463,081
वर्तमान संस्करण 2.2.15
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2020-02-26
रेटिंग 4.30/5 कुल 44 रेटिंग्स
डेवलपर Kris10ansn
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://kris10ansn.github.io
सहायता पृष्ठ URL https://kris10ansn.github.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "name": "Snake",
    "short_name": "Snake",
    "version": "2.2.15",
    "description": "The authentic snake game in a popup. Smooth animations and a saved high score!",
    "icons": {
        "16": "images\/head.png",
        "48": "images\/head.png",
        "128": "images\/head.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/head.png",
            "24": "images\/head.png",
            "32": "images\/head.png",
            "48": "images\/head.png",
            "128": "images\/head.png"
        },
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "manifest_version": 3
}