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
        }
    ]
}