The Dot Game
This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.
什么是The Dot Game?
The Dot Game是由dnakhooda开发的Chrome扩展程序,该扩展的主要功能是“This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.”。
扩展截图
下载The Dot Game扩展crx文件
下载The Dot Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hello, I will tell you how to and why you should, play my game. How to Play: In the first few levels of the game there is a dot (you), 2 obstacles and a goal. You use the left and right arrow keys to make the dot move left and right. You can use the arrow keys to go up a floor and use the down arrow key to go back down to the original level. If you touch a red obstacle you will go back to level 1 and start over.
扩展基本信息
名称 | |
ID | ccdkhnkekclnbmcbbmkphappoipobabf |
官方URL | https://chromewebstore.google.com/detail/the-dot-game/ccdkhnkekclnbmcbbmkphappoipobabf |
简介 | This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end. |
文件大小 | 215 KB |
安装次数 | 193 |
当前版本 | 1.2 |
更新时间 | 2018-12-09 |
上架时间 | 2018-12-05 |
评分 | 5.00/5 共2次评分 |
开发者 | dnakhooda |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Dot Game", "description": "This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.", "version": "1.2", "browser_action": { "default_icon": "Icon.png", "default_popup": "Home.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "Dot.js" ] } ], "permissions": [] } |