2048 Timeless

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

Τι είναι το 2048 Timeless;

Το 2048 Timeless είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cameron Ford, και η κύρια λειτουργία του είναι "2048 Timeless: The Classic Puzzle Game That Never Gets Old, Now Available for Offline Play!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης 2048 Timeless

Λήψη αρχείων επέκτασης 2048 Timeless σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 2048 Timeless 2048 Timeless
ID kopgfdlilooenmccnkaiagfndkhhncdn
Επίσημο URL https://chromewebstore.google.com/detail/2048-timeless/kopgfdlilooenmccnkaiagfndkhhncdn
Περιγραφή 2048 Timeless: The Classic Puzzle Game That Never Gets Old, Now Available for Offline Play!
Μέγεθος Αρχείου 311 KB
Αριθμός Εγκαταστάσεων 3,000,000
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-06-14
Ημερομηνία Δημοσίευσης 2023-05-27
Αξιολόγηση 4.03/5 Συνολικά 58 Αξιολογήσεις
Προγραμματιστής Cameron Ford
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/e/2PACX-1vQyv1VES_WOH4FrJcmDa6PyQOW67X9Cl4gPsy2pVHlO6lLCcPn_eENbb3FrLPLF_D1Vy_PNJmYaa_zz/pub
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}