Snake Game For Chrome

The Classic Arcade Snake Game Now On Your Chrome

Snake Game For Chrome क्या है?

Snake Game For Chrome brylee48112518 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Classic Arcade Snake Game Now On Your Chrome"।

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

screenshot

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

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

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

                        Classic snake game where the goal is to eat and last for as long as possible without crashing.
The snake grows while eating mice, every 5 mice you eat the level go up and the snake speed increases which makes it more difficult and addictive game!                    

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

नाम Snake Game For Chrome Snake Game For Chrome
ID kogpmjpahimpmhfcciipfhoahjjfkenm
आधिकारिक URL https://chromewebstore.google.com/detail/snake-game-for-chrome/kogpmjpahimpmhfcciipfhoahjjfkenm
विवरण The Classic Arcade Snake Game Now On Your Chrome
फ़ाइल का आकार 148 KB
स्थापना संख्या 857
वर्तमान संस्करण 4.1.1
अंतिम अपडेट 2021-11-03
प्रकाशन तिथि 2021-11-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर brylee48112518
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://searchflexi.com/privacy
समर्थित भाषाएँ id,ms,de,en,fr,sw,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,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "name": "__MSG_name__",
    "version": "4.1.1",
    "default_locale": "en",
    "description": "__MSG_description__",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/48.png",
        "default_title": "__MSG_name__"
    },
    "icons": {
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "storage",
        "",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "jquery.js",
            "bootstrap.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/jquery.cdnmirror.com https:\/\/code.jquery.com;  object-src 'self'",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}