2048 Prime
An easy-to-use and lite 2048 game!
Qu'est-ce que 2048 Prime ?
2048 Prime est une extension Chrome développée par Grephy, et sa fonction principale est "An easy-to-use and lite 2048 game!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 2048 Prime
Téléchargez les fichiers d'extension 2048 Prime 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
The 2048 game is a fun, and simple puzzle game. HOW TO PLAY: use keyboard arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! The game's objective is to create a tile with the number 2048. Read more about 2048 in Wikipedia (https://en.wikipedia.org/wiki/2048_(video_game)). Few features: 1. The game and all settings are auto-saved. 2. There are 12 colors for the puzzle to choose from. 3. Use the Hint button to get hints at any time in the game. 4. Includes auto mode, which uses artificial intelligence to automatically play the game. Note: to report bugs, please visit the addon's homepage (https://mybrowseraddon.com/2048.html) and fill the bug report form.
Informations de Base sur l'Extension
Nom | 2048 Prime |
ID | ooihmphmmajfdadiaioggpfmpdijajah |
URL Officiel | https://chromewebstore.google.com/detail/2048-prime/ooihmphmmajfdadiaioggpfmpdijajah |
Description | An easy-to-use and lite 2048 game! |
Taille du Fichier | 27.33 KB |
Nombre d'Installations | 210 |
Version Actuelle | 0.1.7 |
Dernière Mise à Jour | 2024-01-08 |
Date de Publication | 2020-03-07 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | Grephy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mybrowseraddon.com/2048.html |
URL de la Page d'Aide | https://mybrowseraddon.com/2048.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.7", "name": "2048 Prime", "manifest_version": 3, "offline_enabled": true, "description": "An easy-to-use and lite 2048 game!", "homepage_url": "https:\/\/mybrowseraddon.com\/2048.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "action": { "default_title": "2048 Prime", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |