Snake

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

什么是Snake?

Snake是由Kris10ansn开发的Chrome扩展程序,该扩展的主要功能是“The authentic snake game in a popup. Smooth animations and a saved high score!”。

扩展截图

screenshot
screenshot

下载Snake扩展crx文件

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

扩展使用说明

                        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
}