Barcode Maze

A novel maze game that plays in a popup.

ما هو Barcode Maze؟

Barcode Maze هو إضافة Chrome تم تطويرها بواسطة https://gamecheerleader.com، والميزة الرئيسية لها هي "A novel maze game that plays in a popup.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Barcode Maze

قم بتنزيل ملفات الامتداد Barcode Maze بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Using our chrome extension, you can play a novel & fun maze game in a popup window anytime. 

The game area is filled with two-dimension barcode which is consisted of 160 blocks randomly-distributed in the 20x20 board. Try to solve the maze by moving the red box to bypass the barcode and reach the green exit at the bottom right corner. You have 15s to finish the move and the top bar will show how much time is left.

To start the game, just click on the maze extension icon in the top right corner of your browser and the game window will occur in a popup immediately! 

Have a great time playing this game and enjoy yourself! Also, we've included some of our newest games at the bottom for more choices. 

CHANGELOG
==========
Version 0.1.4
- Add the section of new games

Version 0.1.0 - 0.1.3
- Initial release of maze game
- Improve interface and features                    

معلومات أساسية عن التمديد

الاسم Barcode Maze Barcode Maze
ID jipngfhdlkeofjpinamebmcbdimgnfjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/barcode-maze/jipngfhdlkeofjpinamebmcbdimgnfjm
الوصف A novel maze game that plays in a popup.
حجم الملف 134 KB
عدد التثبيتات 607
النسخة الحالية 0.1.4
آخر تحديث 2024-01-22
تاريخ النشر 2023-02-22
تقييم 5.00/5 مجموع تقييمات 1
المطور https://gamecheerleader.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.gamecheerleader.com
عنوان صفحة المساعدة https://www.gamecheerleader.com/listing/barcode-maze-game/
عنوان صفحة سياسة الخصوصية https://www.gamecheerleader.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Barcode Maze",
    "short_name": "barcode maze",
    "version": "0.1.4",
    "description": "A novel 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"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "manifest_version": 3
}