Level Maze

A level up maze game that plays in a popup.

Vad är Level Maze?

Level Maze är en Chrome-tillägg utvecklad av https://gamecheerleader.com, och dess huvudfunktion är "A level up maze game that plays in a popup.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Level Maze-förlängningens CRX-fil

Ladda ner Level Maze-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The play is very simple, just move the top-left red block to touch the green block at the bottom right corner in the given time (20s). The bar at the top of the maze shows how much time you have left. 

Only when you win current game, you can go to next level. If you want to go back to level 1, just click reset button when current game is over.  Try to challenge yourself to see if you can win at the level of 10 or higher (really hard!!!). 

The maze is randomly generated based on current difficulty level and the map will be different each time the game starts. 

Have fun with the maze game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.3 - 0.1.5
- Add the section of new games
- Update new game list with time
- Update level maze icon

Version 0.1.0 - 0.1.2
- Initial release of maze game
- Improve interface and features                    

Grundläggande Information om Tillägg

Namn Level Maze Level Maze
ID jbnboceikbdhfinjlebidbhhlplagahc
Officiell webbadress https://chromewebstore.google.com/detail/level-maze/jbnboceikbdhfinjlebidbhhlplagahc
Beskrivning A level up maze game that plays in a popup.
Filstorlek 15.26 KB
Antal Installationer 1,220
Aktuell Version 0.1.5
Senast Uppdaterad 2024-02-20
Publiceringsdatum 2023-02-23
Utvecklare https://gamecheerleader.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gamecheerleader.com
Hjälpsida URL https://www.gamecheerleader.com/listing/level-maze-game/
URL till Sekretesspolicy Sidan https://www.gamecheerleader.com/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Level Maze",
    "short_name": "level-maze",
    "version": "0.1.5",
    "description": "A level up maze game that plays in a popup.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "manifest_version": 3
}