Snake
The authentic snake game in a popup.
什么是Snake?
Snake是由alla.sorochann开发的Chrome扩展程序,该扩展的主要功能是“The authentic snake game in a popup.”。
扩展截图
下载Snake扩展crx文件
下载Snake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The authentic snake game in a popup. 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 | ilejgclbbbhiecfpkgpecodahkbgfgco |
官方URL | https://chrome.google.com/webstore/detail/snake/ilejgclbbbhiecfpkgpecodahkbgfgco |
简介 | The authentic snake game in a popup. |
文件大小 | 6.5 KB |
安装次数 | 358 |
当前版本 | 3.11.2021.1 |
更新时间 | 2021-11-04 |
上架时间 | 2021-11-04 |
开发者 | alla.sorochann |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snake", "short_name": "Snake", "version": "3.11.2021.1", "description": "The authentic snake game in a popup.", "icons": { "16": "images\/head.png", "48": "images\/head.png", "128": "images\/head.png" }, "browser_action": { "default_icon": "images\/head.png", "default_popup": "index.html" }, "offline_enabled": true, "manifest_version": 2 } |