Ball Dodge Game - Avoid The Red Ball
Use your mouse to control a character and dodge a ball for as long as possible.
什么是Ball Dodge Game - Avoid The Red Ball?
Ball Dodge Game - Avoid The Red Ball是由Jack Jarvis开发的Chrome扩展程序,该扩展的主要功能是“Use your mouse to control a character and dodge a ball for as long as possible.”。
扩展截图
下载Ball Dodge Game - Avoid The Red Ball扩展crx文件
下载Ball Dodge Game - Avoid The Red Ball扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple game that can be played in your browser. Use the mouse to control the character, and avoid the red ball for as long as possible. The longer you survive, the faster the ball gets. The extension requires permission to access your storage as your high score is automatically saved to your computer.
扩展基本信息
名称 | Ball Dodge Game - Avoid The Red Ball |
ID | hgjbnkjehciknhdcijedoodomjccngki |
官方URL | https://chromewebstore.google.com/detail/ball-dodge-game-avoid-the/hgjbnkjehciknhdcijedoodomjccngki |
简介 | Use your mouse to control a character and dodge a ball for as long as possible. |
文件大小 | 389 KB |
安装次数 | 298 |
当前版本 | 2.0 |
更新时间 | 2019-04-22 |
上架时间 | 2019-04-22 |
评分 | 5.00/5 共3次评分 |
开发者 | Jack Jarvis |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ball Dodge Game - Avoid The Red Ball", "short_name": "Dodge Ball", "version": "2.0", "manifest_version": 2, "description": "Use your mouse to control a character and dodge a ball for as long as possible.", "browser_action": { "default_title": "Dodge the Ball", "default_popup": "p5\/game\/index.html" }, "icons": { "128": "images\/icon128.png" }, "permissions": [ "storage" ] } |