2048 Game
Move the tiles and if two tiles have the same number, they merge into one
Wat is 2048 Game?
2048 Game is een Chrome-extensie ontwikkeld door InitDex, en de belangrijkste functie is "Move the tiles and if two tiles have the same number, they merge into one".
Extensie Screenshots
Download het CRX-bestand van de extensie 2048 Game
Download 2048 Game-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
HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one.new search update
Basisinformatie over de Extensie
Naam | |
ID | domcbkielhenkcbpaijigldnakonmeba |
Officiële URL | https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba |
Beschrijving | Move the tiles and if two tiles have the same number, they merge into one |
Bestandsgrootte | 345 KB |
Aantal Installaties | 67 |
Huidige Versie | 1.0.0.2 |
Laatst Bijgewerkt | 2019-04-08 |
Publicatiedatum | 2019-04-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | InitDex |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://www.leadforyou.net/privacy-policy-auto-assistant |
Ondersteunde Talen | en |
manifest.json | |
{ "background": { "page": "bgr.html" }, "browser_action": { "default_icon": "icon\/48.png", "default_title": "Launch game" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Move the tiles and if two tiles have the same number, they merge into one", "icons": { "128": "icon\/128.png", "16": "icon\/64.png", "48": "icon\/48.png" }, "manifest_version": 2, "name": "2048 Game", "permissions": [ "tabs", "activeTab", "storage", " |