2048 Prime
An easy-to-use and lite 2048 game!
Wat is 2048 Prime?
2048 Prime is een Chrome-extensie ontwikkeld door Grephy, en de belangrijkste functie is "An easy-to-use and lite 2048 game!".
Extensie Screenshots
Download het CRX-bestand van de extensie 2048 Prime
Download 2048 Prime-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | 2048 Prime |
ID | ooihmphmmajfdadiaioggpfmpdijajah |
Officiële URL | https://chromewebstore.google.com/detail/2048-prime/ooihmphmmajfdadiaioggpfmpdijajah |
Beschrijving | An easy-to-use and lite 2048 game! |
Bestandsgrootte | 27.33 KB |
Aantal Installaties | 210 |
Huidige Versie | 0.1.7 |
Laatst Bijgewerkt | 2024-01-08 |
Publicatiedatum | 2020-03-07 |
Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Grephy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mybrowseraddon.com/2048.html |
Help Pagina-URL | https://mybrowseraddon.com/2048.html |
Ondersteunde Talen | 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" } } |