Maze Hunter Game
Play Maze Hunter Game as a Chrome extension - Also can Play without Internet, try it now!
What is Maze Hunter Game?
Maze Hunter Game is a Chrome extension developed by https://uwuduck.com, and its main feature is "Play Maze Hunter Game as a Chrome extension - Also can Play without Internet, try it now!".
Extension Screenshots
Download Maze Hunter Game Extension CRX File
Download Maze Hunter Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- Play others games on the top-left menu. Description: Maze Hunter is a thrilling and immersive browser extension that adds an exciting twist to your online browsing experience. With its captivating gameplay and intriguing challenges, Maze Hunter turns your web browser into a maze exploration adventure like no other. Key Features: Maze-Based Exploration: Maze Hunter transforms your web pages into intricate mazes filled with twists, turns, and surprises. Navigating through your favorite websites becomes an exhilarating journey where every click and scroll takes you deeper into the maze. Customizable Difficulty: Tailor the difficulty level to your liking. Whether you're a novice maze explorer or a seasoned adventurer, Maze Hunter offers various settings to ensure that the mazes are as challenging as you want them to be. Collectible Treasures: As you navigate the maze, be on the lookout for hidden treasures and secrets scattered throughout the web pages. Collect valuable items and unlock achievements to become a true Maze Hunter. Compete with Friends: Challenge your friends and fellow Maze Hunters to see who can conquer the most complex mazes or collect the most treasures. Share your progress and achievements on social media for bragging rights. Maze Library: Access a vast library of mazes, each with its unique theme and design. Explore mazes inspired by famous landmarks, fantasy worlds, and more. With frequent updates, there's always something new to discover. Browser Compatibility: Maze Hunter is designed to work seamlessly with popular web browsers, ensuring a smooth and responsive experience while you surf the internet. No Distractions: While Maze Hunter adds an element of fun to your browsing, it's easy to turn off when you need to focus on work or research. Simply toggle the extension on and off with ease. Privacy and Security: Rest assured that Maze Hunter respects your privacy and does not collect or store any personal information. Your online safety remains a top priority. Embark on a maze-hunting adventure like never before with the Maze Hunter extension. Whether you're looking to add a dash of excitement to your online activities or challenge your problem-solving skills, Maze Hunter promises an engaging and unique experience. Get ready to get lost in the digital labyrinth, collect treasures, and navigate the web in a whole new way. Install Maze Hunter today and make every web page a thrilling maze waiting to be conquered!
Extension Basic Information
Name | Maze Hunter Game |
ID | ebokjjbnbbefalbhkfaohhciipckfedf |
Official URL | https://chromewebstore.google.com/detail/maze-hunter-game/ebokjjbnbbefalbhkfaohhciipckfedf |
Description | Play Maze Hunter Game as a Chrome extension - Also can Play without Internet, try it now! |
File Size | 1.96 MB |
Installation Count | 58 |
Current Version | 1.1.0 |
Last Updated | 2023-09-19 |
Publish Date | 2023-09-19 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://uwuduck.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.w3technic.com/chrome/maze-hunter-getting-started/ |
Help Page URL | https://www.w3technic.com/chrome/maze-hunter-getting-started/ |
Privacy Policy Page URL | https://flappybird.ee/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "version": "1.1.0", "version_name": "1.1.0", "action": { "default_icon": { "16": "img\/16x16.png", "48": "img\/48x48.png", "256": "img\/256x256.png" }, "default_title": "Click to open the popup", "default_popup": "index.html" }, "background": { "service_worker": "update.js" }, "offline_enabled": true, "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "256": "img\/256x256.png" }, "options_page": "index.html", "homepage_url": "https:\/\/www.w3technic.com\/chrome\/maze-hunter-getting-started\/" } |