2048 Timeless

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

Hvad er 2048 Timeless?

2048 Timeless er en Chrome-udvidelse udviklet af Cameron Ford, og dens hovedfunktion er "2048 Timeless: The Classic Puzzle Game That Never Gets Old, Now Available for Offline Play!".

Udvidelsesskærmbilleder

screenshot

Download 2048 Timeless-udvidelses-CRX-fil

Download 2048 Timeless-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn 2048 Timeless 2048 Timeless
ID kopgfdlilooenmccnkaiagfndkhhncdn
Officiel URL https://chromewebstore.google.com/detail/2048-timeless/kopgfdlilooenmccnkaiagfndkhhncdn
Beskrivelse 2048 Timeless: The Classic Puzzle Game That Never Gets Old, Now Available for Offline Play!
Filstørrelse 311 KB
Antal Installationer 3,000,000
Nuværende Version 1.0.3
Senest Opdateret 2023-06-14
Udgivelsesdato 2023-05-27
Bedømmelse 4.03/5 Samlet 58 Bedømmelser
Udvikler Cameron Ford
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/e/2PACX-1vQyv1VES_WOH4FrJcmDa6PyQOW67X9Cl4gPsy2pVHlO6lLCcPn_eENbb3FrLPLF_D1Vy_PNJmYaa_zz/pub
Understøttede Sprog 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
        }
    ]
}