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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |