gulper.io
Free online multiplayer snake game
什么是gulper.io?
gulper.io是由https://gulper.io开发的Chrome扩展程序,该扩展的主要功能是“Free online multiplayer snake game”。
扩展截图
下载gulper.io扩展crx文件
下载gulper.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gulper.io is modern mix of the classic snake and Tron lightcycles games, but against real players. Your goal is to collect as much energy as possible and don't let others stop you! Avoid collisions, be smart with your strategy, and make your way to the top of the global leaderboard! Controls: Move your mouse to change to change the movement direction and hold the left mouse button or Space key to gain a speed boost.
扩展基本信息
名称 | gulper.io |
ID | clmgdfgfndcfofkeefailmkhhimbaknk |
官方URL | https://chromewebstore.google.com/detail/gulperio/clmgdfgfndcfofkeefailmkhhimbaknk |
简介 | Free online multiplayer snake game |
文件大小 | 34.36 KB |
安装次数 | 886 |
当前版本 | 1.0.1 |
更新时间 | 2021-01-01 |
上架时间 | 2021-01-01 |
评分 | 3.00/5 共1次评分 |
开发者 | https://gulper.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gulper.io/ |
帮助页面URL | https://gulper.io/ |
隐私政策页面URL | https://gulper.io/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "gulper.io", "description": "Free online multiplayer snake game", "version": "1.0.1", "icons": { "32": "app32.png", "128": "app128.png" }, "browser_action": { "default_title": "Play gulper.io", "default_icon": { "128": "app128.png" } }, "background": { "scripts": [ "background.js" ] } } |