2048 Classic Game

Boost Your Brainpower with 2048 Classic Game

¿Qué es 2048 Classic Game?

2048 Classic Game es una extensión de Chrome desarrollada por Matthew Watson, y su función principal es "Boost Your Brainpower with 2048 Classic Game".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 2048 Classic Game

Descarga archivos de extensión 2048 Classic 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

                        Looking for a fun and challenging game that will help you exercise your brainpower? Look no further than 2048 Classic - the ultimate browser extension game that's taking the gaming world by storm!

With 2048 Classic, you'll enjoy hours of brain-teasing fun as you work to combine numbered tiles and reach the elusive 2048 tile. And with the game available as a browser extension, you can play anytime, anywhere - even offline!

Here are some key features of 2048 Classic that you're sure to love:
- Simple yet addictive gameplay: Anyone can learn the game rules in just a few minutes, but it takes true strategy and skill to master the game.
- Works offline: No need to worry about an internet connection - you can play 2048 Classic anytime, anywhere, even when you're offline.
- Easily accessible from the browser: With 2048 Classic as a browser extension, you can start playing the game with just a click, without having to navigate to a separate website.
- Brain-boosting benefits: Playing 2048 Classic can help improve your cognitive function, memory, and problem-solving skills.

Game Rules:
- The game consists of a 4x4 grid filled with numbered tiles.
- Each tile has a number on it, ranging from 2 to 2048.
- Swipe the tiles in any direction to combine two tiles with the same number, creating a new tile with the sum of the two.
- Keep combining tiles to create higher and higher numbers, working towards the elusive 2048 tile.
- The game is over when the grid is full and no more moves can be made.
- Your score is based on the value of the highest-numbered tile you create.                    

Información Básica de la Extensión

Nombre 2048 Classic Game 2048 Classic Game
ID kgfeiebnfmmfpomhochmlfmdmjmfedfj
URL Oficial https://chromewebstore.google.com/detail/2048-classic-game/kgfeiebnfmmfpomhochmlfmdmjmfedfj
Descripción Boost Your Brainpower with 2048 Classic Game
Tamaño del Archivo 293 KB
Cantidad de Instalaciones 3,341,004
Versión Actual 1.0.2
Última Actualización 2023-07-27
Fecha de Publicación 2023-04-20
Calificación 3.92/5 Total de 48 Calificaciones
Desarrollador Matthew Watson
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/e/2PACX-1vSjxBSqxVmO-IjoCuknItKOk1DNFuewr3oAbHdvyuJIO3K16SuPaA1QIYimP72ho_nZ8PomAHEo9EEf/pub
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.2",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}