2048 Game
Move the tiles and if two tiles have the same number, they merge into one
¿Qué es 2048 Game?
2048 Game es una extensión de Chrome desarrollada por InitDex, y su función principal es "Move the tiles and if two tiles have the same number, they merge into one".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 2048 Game
Descarga archivos de extensión 2048 Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | domcbkielhenkcbpaijigldnakonmeba |
URL Oficial | https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba |
Descripción | Move the tiles and if two tiles have the same number, they merge into one |
Tamaño del Archivo | 345 KB |
Cantidad de Instalaciones | 67 |
Versión Actual | 1.0.0.2 |
Última Actualización | 2019-04-08 |
Fecha de Publicación | 2019-04-08 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | InitDex |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://www.leadforyou.net/privacy-policy-auto-assistant |
Idiomas Soportados | 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", " |