Drag Maze

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

Drag Maze क्या है?

Drag Maze https://dragmaze.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly drag the red dot to the orange exit while avoiding borders."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Drag Maze एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
ईमेल [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
}