Maze Generator Game
Random Maze Generator Game!
¿Qué es Maze Generator Game?
Maze Generator Game es una extensión de Chrome desarrollada por shivkampani, y su función principal es "Random Maze Generator Game!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Maze Generator Game
Descarga archivos de extensión Maze Generator 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
This is a Maze Generator Game. Click on the extension to open a maze, which is randomly generated, and then try to solve it. You can keep generating new mazes, which are all different from each other. The bar at the bottom of your maze shows how much time you have left! In later updates, we will add new mazes of different complexity, and the ability to change the amount of time. A high-score tracker is coming soon!
Información Básica de la Extensión
Nombre | Maze Generator Game |
ID | backnpjeemenlgpdbdoddnlcofcjpcfj |
URL Oficial | https://chromewebstore.google.com/detail/maze-generator-game/backnpjeemenlgpdbdoddnlcofcjpcfj |
Descripción | Random Maze Generator Game! |
Tamaño del Archivo | 17.56 KB |
Cantidad de Instalaciones | 1,327 |
Versión Actual | 1.1 |
Última Actualización | 2019-08-06 |
Fecha de Publicación | 2019-08-05 |
Calificación | 4.80/5 Total de 10 Calificaciones |
Desarrollador | shivkampani |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maze Generator Game", "version": "1.1", "description": "Random Maze Generator Game!", "icons": { "128": "mazelogo.png" }, "browser_action": { "default_popup": "baremaze.html" } } |