Snake in Popup

A simple game to play

什么是Snake in Popup?

Snake in Popup是由Kaeso开发的Chrome扩展程序,该扩展的主要功能是“A simple game to play”。

扩展截图

screenshot

下载Snake in Popup扩展crx文件

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

扩展使用说明

                        A basic game of snake that can be played right in chrome!

Move around you snake with WASD or arrow keys and collect all of the yellow spots by running into them with you snake.

Each point you collect makes you one unit longer and makes you go faster.

Play until you accidentally run into your own body.

Scores will be updated upon death.                    

扩展基本信息

名称 Snake in Popup Snake in Popup
ID alfblejfnbeponhmejiihfncggddanbf
官方URL https://chromewebstore.google.com/detail/snake-in-popup/alfblejfnbeponhmejiihfncggddanbf
简介 A simple game to play
文件大小 36.57 KB
安装次数 340
当前版本 0.0.0.3
更新时间 2020-05-11
上架时间 2020-05-09
评分 5.00/5 共3次评分
开发者 Kaeso
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "A simple game to play",
    "manifest_version": 2,
    "name": "Snake in Popup",
    "version": "0.0.0.3"
}