Maze

A fun maze game that plays in a popup.

Maze란 무엇입니까?

Maze은(는) https://gamecheerleader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fun maze game that plays in a popup."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Maze 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Just click on the maze extension icon in the top right corner of your browser and the game will start immediately in a popup! 

The maze is randomly generated and different from each other in game start/restart. Try to solve the maze by moving 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 your maze shows how much time you have left. 

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.7 - 0.1.8
- Add the section on new games
- Update the game list with time

Version 0.1.0 - 0.1.6
- Initial release and feature updates                    

확장 프로그램 기본 정보

이름 Maze Maze
ID jkgcomcpcifialmcnggiifiobflokncf
공식 URL https://chromewebstore.google.com/detail/maze/jkgcomcpcifialmcnggiifiobflokncf
설명 A fun maze game that plays in a popup.
파일 크기 15.02 KB
설치 횟수 20,000
현재 버전 0.1.8
최근 업데이트 2024-01-17
출시 날짜 2022-05-30
평점 4.56/5 총 9 개의 평점
개발자 https://gamecheerleader.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gamecheerleader.com
도움말 페이지 URL https://www.gamecheerleader.com/listing/maze-game/
개인정보 보호 정책 페이지 URL https://www.gamecheerleader.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maze",
    "short_name": "maze",
    "version": "0.1.8",
    "description": "A fun 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"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}