Maze Blocker Game

Move red block to the exit while avoiding random blockers.

什么是Maze Blocker Game?

Maze Blocker Game是由https://gamecheerleader.com开发的Chrome扩展程序,该扩展的主要功能是“Move red block to the exit while avoiding random blockers.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Maze Blocker Game扩展crx文件

下载Maze Blocker Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This maze game is here to test your thinking skills and how fast you can react. To start, just click the maze icon in the top right of your browser.

Your job is to solve a new maze every time. You need move the red block from the top-left corner to touch the green block at the bottom-right. But be quick! You only get 20 seconds.

Each maze is different and made up on the spot, so it's always a surprise. Plus, there are 5 blue blocks that show up randomly. They try to stop your red block and make things tricky.

If you can get the red block to the green one in time, you win! If time runs out, don't worry. You can start over and try again.

Have a blast and enjoy the challenge! For a variety of gaming experiences, feel free to explore our latest games listed at the bottom of the game window.

CHANGELOG
==========
Version 0.1.1 - 0.1.2
- Add the list of new games
- Update google analytics

Version 0.1.0
- Initial release of game
- Add google analytics                    

扩展基本信息

名称 Maze Blocker Game Maze Blocker Game
ID hbalpiedginlkffbehlemkhdaoelegnh
官方URL https://chromewebstore.google.com/detail/maze-blocker-game/hbalpiedginlkffbehlemkhdaoelegnh
简介 Move red block to the exit while avoiding random blockers.
文件大小 15.7 KB
安装次数 205
当前版本 0.1.2
更新时间 2024-03-04
上架时间 2023-12-28
开发者 https://gamecheerleader.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gamecheerleader.com
帮助页面URL https://www.gamecheerleader.com/listing/maze-blocker-game/
隐私政策页面URL https://www.gamecheerleader.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maze Blocker Game",
    "short_name": "maze-blocker",
    "version": "0.1.2",
    "description": "Move red block to the exit while avoiding random blockers.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}