Maze Generator Game

Random Maze Generator Game!

What is Maze Generator Game?

Maze Generator Game is a Chrome extension developed by shivkampani, and its main feature is "Random Maze Generator Game!".

Extension Screenshots

screenshot

Download Maze Generator Game Extension CRX File

Download Maze Generator Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Maze Generator Game Maze Generator Game
ID backnpjeemenlgpdbdoddnlcofcjpcfj
Official URL https://chromewebstore.google.com/detail/maze-generator-game/backnpjeemenlgpdbdoddnlcofcjpcfj
Description Random Maze Generator Game!
File Size 17.56 KB
Installation Count 1,327
Current Version 1.1
Last Updated 2019-08-06
Publish Date 2019-08-05
Rating 4.80/5 Total 10 Ratings
Developer shivkampani
Payment Type free
Supported Languages 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"
    }
}