Drag Maze
Quickly drag the red dot to the orange exit while avoiding borders.
¿Qué es Drag Maze?
Drag Maze es una extensión de Chrome desarrollada por https://dragmaze.com, y su función principal es "Quickly drag the red dot to the orange exit while avoiding borders.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Drag Maze
Descarga archivos de extensión Drag Maze 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
Just click on the maze extension icon in the top right corner of your browser and the game will start immediately in a popup! The game is really simple to play: all you need to do is to move the red dot along the white path until it reaches the orange exit. Just be careful not to touch the blue borders as you move. A timer is displayed in the top bar of the maze, indicating the amount of time you've spent on the current level. Once you've completed all the levels, you'll be able to view the total time used. To advance to the next level, completion of the current level is required. To return to level one, just click the reset button whenever you wish. If you happen to fail the current level, the game will automatically restart shortly thereafter. The extension has thirteen built-in maps and if you want to try more maps, just visit our website to access them. Beat the maze challenge and have fun! CHANGELOG ========== Version 0.1.1 - Add google analytics Version 0.1.0 - Initial release of game
Información Básica de la Extensión
Nombre | Drag Maze |
ID | mpekdelojgbomfnlgbakjjokngoidjhl |
URL Oficial | https://chromewebstore.google.com/detail/drag-maze/mpekdelojgbomfnlgbakjjokngoidjhl |
Descripción | Quickly drag the red dot to the orange exit while avoiding borders. |
Tamaño del Archivo | 739 KB |
Cantidad de Instalaciones | 865 |
Versión Actual | 0.1.1 |
Última Actualización | 2024-03-04 |
Fecha de Publicación | 2023-07-19 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://dragmaze.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.dragmaze.com |
URL de la Página de Ayuda | https://www.dragmaze.com/contact-us/ |
URL de la Página de Política de Privacidad | https://www.dragmaze.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drag Maze", "version": "0.1.1", "description": "Quickly drag the red dot to the orange exit while avoiding borders.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage" ], "manifest_version": 3 } |