2048 Timeless

2048 Timeless: The Classic Puzzle Game That Never Gets Old, Now Available for Offline Play!

¿Qué es 2048 Timeless?

2048 Timeless es una extensión de Chrome desarrollada por Cameron Ford, y su función principal es "2048 Timeless: The Classic Puzzle Game That Never Gets Old, Now Available for Offline Play!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 2048 Timeless

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

                        Welcome to 2048 Timeless, the browser extension that brings the classic puzzle game to your fingertips like never before!

With 2048 Timeless, you can access the addictive game right from your browser toolbar, making it easy and convenient to play at any time. And the best part? You can play offline, no internet connection required!

But 2048 Timeless isn't just any old game. It's a strategic, numbers-based puzzle that challenges your problem-solving skills and keeps your mind sharp. With simple rules and endless possibilities, this game is perfect for anyone looking to relax and have fun while exercising their brain.

To play, simply swipe tiles to combine numbers and reach the elusive 2048 tile. But beware, the board can quickly fill up, so make every move count!

Don't miss out on the endless hours of entertainment and brain stimulation that 2048 Timeless provides. Download the browser extension today and experience the timeless puzzle game for yourself!                    

Información Básica de la Extensión

Nombre 2048 Timeless 2048 Timeless
ID kopgfdlilooenmccnkaiagfndkhhncdn
URL Oficial https://chromewebstore.google.com/detail/2048-timeless/kopgfdlilooenmccnkaiagfndkhhncdn
Descripción 2048 Timeless: The Classic Puzzle Game That Never Gets Old, Now Available for Offline Play!
Tamaño del Archivo 311 KB
Cantidad de Instalaciones 3,000,000
Versión Actual 1.0.3
Última Actualización 2023-06-14
Fecha de Publicación 2023-05-27
Calificación 4.03/5 Total de 58 Calificaciones
Desarrollador Cameron Ford
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-1vQyv1VES_WOH4FrJcmDa6PyQOW67X9Cl4gPsy2pVHlO6lLCcPn_eENbb3FrLPLF_D1Vy_PNJmYaa_zz/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": [
        "scripting",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.3",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}