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开发的Chrome扩展程序,该扩展的主要功能是“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

下载Snake扩展crx文件

下载Snake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}