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.
¿Qué es The Dot Game?
The Dot Game es una extensión de Chrome desarrollada por dnakhooda, y su función principal es "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.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The Dot Game
Descarga archivos de extensión The Dot Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ccdkhnkekclnbmcbbmkphappoipobabf |
URL Oficial | https://chromewebstore.google.com/detail/the-dot-game/ccdkhnkekclnbmcbbmkphappoipobabf |
Descripción | 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. |
Tamaño del Archivo | 215 KB |
Cantidad de Instalaciones | 193 |
Versión Actual | 1.2 |
Última Actualización | 2018-12-09 |
Fecha de Publicación | 2018-12-05 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | dnakhooda |
Tipo de Pago | free |
Idiomas Soportados | 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": [] } |