Barcode Maze
A novel maze game that plays in a popup.
Qu'est-ce que Barcode Maze ?
Barcode Maze est une extension Chrome développée par https://gamecheerleader.com, et sa fonction principale est "A novel maze game that plays in a popup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Barcode Maze
Téléchargez les fichiers d'extension Barcode Maze au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Barcode Maze |
ID | jipngfhdlkeofjpinamebmcbdimgnfjm |
URL Officiel | https://chromewebstore.google.com/detail/barcode-maze/jipngfhdlkeofjpinamebmcbdimgnfjm |
Description | A novel maze game that plays in a popup. |
Taille du Fichier | 134 KB |
Nombre d'Installations | 607 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2024-01-22 |
Date de Publication | 2023-02-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://gamecheerleader.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.gamecheerleader.com |
URL de la Page d'Aide | https://www.gamecheerleader.com/listing/barcode-maze-game/ |
URL de la Page de Politique de Confidentialité | https://www.gamecheerleader.com/privacy-policy |
Langues Prises en Charge | 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 } |