Drag Maze

Quickly drag the red dot to the orange exit while avoiding borders.

Drag Mazeとは何ですか?

Drag Mazeはhttps://dragmaze.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly drag the red dot to the orange exit while avoiding borders.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Drag Maze拡張機能のCRXファイルをダウンロード

Drag Maze拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 game is really simple to play: all you need to do is to move the red dot along the white path until it reaches the orange exit. Just be careful not to touch the blue borders as you move. A timer is displayed in the top bar of the maze, indicating the amount of time you've spent on the current level. Once you've completed all the levels, you'll be able to view the total time used.

To advance to the next level, completion of the current level is required. To return to level one, just click the reset button whenever you wish. If you happen to fail the current level, the game will automatically restart shortly thereafter.

The extension has thirteen built-in maps and if you want to try more maps, just visit our website to access them. 

Beat the maze challenge and have fun! 

CHANGELOG
==========
Version 0.1.1
- Add google analytics

Version 0.1.0
- Initial release of game                    

拡張機能の基本情報

名前 Drag Maze Drag Maze
ID mpekdelojgbomfnlgbakjjokngoidjhl
公式URL https://chromewebstore.google.com/detail/drag-maze/mpekdelojgbomfnlgbakjjokngoidjhl
説明 Quickly drag the red dot to the orange exit while avoiding borders.
ファイルサイズ 739 KB
インストール数 865
現在のバージョン 0.1.1
最終更新日 2024-03-04
公開日 2023-07-19
評価 5.00/5 合計 1 レビュー
開発者 https://dragmaze.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.dragmaze.com
ヘルプページのURL https://www.dragmaze.com/contact-us/
プライバシーポリシーページのURL https://www.dragmaze.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drag Maze",
    "version": "0.1.1",
    "description": "Quickly drag the red dot to the orange exit while avoiding borders.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3
}