2048 Game

Move the tiles and if two tiles have the same number, they merge into one

2048 Gameคืออะไร?

2048 Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InitDex และคุณลักษณะหลักของมันคือ "Move the tiles and if two tiles have the same number, they merge into one"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2048 Game

ดาวน์โหลดไฟล์ส่วนขยาย 2048 Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one.new search update                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 2048 Game 2048 Game
ID domcbkielhenkcbpaijigldnakonmeba
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba
คำอธิบาย Move the tiles and if two tiles have the same number, they merge into one
ขนาดไฟล์ 345 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.0.0.2
อัปเดตครั้งล่าสุด 2019-04-08
วันที่เผยแพร่ 2019-04-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา InitDex
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.leadforyou.net/privacy-policy-auto-assistant
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "page": "bgr.html"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_title": "Launch game"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Move the tiles and if two tiles have the same number, they merge into one",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/64.png",
        "48": "icon\/48.png"
    },
    "manifest_version": 2,
    "name": "2048 Game",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Funny Game",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.2",
    "web_accessible_resources": [
        "game\/*.html",
        "game\/*.ico",
        "game\/js\/*.js",
        "game\/meta\/*.png",
        "game\/style\/*.css",
        "game\/style\/*.scss",
        "game\/style\/fonts\/*.css",
        "game\/style\/fonts\/*.eot",
        "game\/style\/fonts\/*.svg",
        "game\/style\/fonts\/*.woff"
    ]
}