Snake game in popup
A fun game to play while waiting for things
什么是Snake game in popup?
Snake game in popup是由mereshkova1988开发的Chrome扩展程序,该扩展的主要功能是“A fun game to play while waiting for things”。
扩展截图
下载Snake game in popup扩展crx文件
下载Snake game in popup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A fun game to play while waiting for things A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail. Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug. This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Also, unlike many other options out there, this extension saves your highscore, so that you dont have to remember that really good score when youre gonna tell all your friends about it. We are proud to publish the popup version of Snake (Kristian Games version) on the chrome webstore.
扩展基本信息
名称 | |
ID | lceljcmccmhchimgampbfnongkcgkjpi |
官方URL | https://chrome.google.com/webstore/detail/snake-game-in-popup/lceljcmccmhchimgampbfnongkcgkjpi |
简介 | A fun game to play while waiting for things |
文件大小 | 622 KB |
安装次数 | 1,000 |
当前版本 | 27.8.2021.1 |
更新时间 | 2021-08-28 |
上架时间 | 2021-08-28 |
开发者 | mereshkova1988 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/terms-and-policies |
支持的语言 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake game in popup", "version": "27.8.2021.1", "options_page": "options.html", "permissions": [ "storage" ], "description": "A fun game to play while waiting for things", "offline_enabled": true, "icons": { "16": "\/assets\/images\/icon.png", "48": "\/assets\/images\/icon.png", "128": "\/assets\/images\/icon.png" }, "browser_action": { "default_icon": "\/assets\/images\/icon.png", "default_popup": "popup.html" } } |