2048 Puzzle Game - Chrome

2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!

2048 Puzzle Game - Chromeคืออะไร?

2048 Puzzle Game - Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Puzzles-Online และคุณลักษณะหลักของมันคือ "2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!"

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

screenshot
screenshot

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

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

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

                        the best puzzle game ever created is now on your chrome for free! just click and enjoy.                    

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

ชื่อ 2048 Puzzle Game - Chrome 2048 Puzzle Game - Chrome
ID fbedbdcdgfmoblpecfbdnokjnlgnmagc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/2048-puzzle-game-chrome/fbedbdcdgfmoblpecfbdnokjnlgnmagc
คำอธิบาย 2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!
ขนาดไฟล์ 175 KB
จำนวนการติดตั้ง 182
เวอร์ชันปัจจุบัน 3.1.2
อัปเดตครั้งล่าสุด 2021-10-28
วันที่เผยแพร่ 2021-10-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Puzzles-Online
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://yglsearch.com/privacy
ภาษาที่รองรับ de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ta,te,th,ar,ko
manifest.json
{
    "name": "2048 Puzzle Game - Chrome",
    "default_locale": "en",
    "description": "__MSG_description__",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "48.png",
        "default_title": "2048 Puzzle Game"
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "jquery.js",
            "bootstrap.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/cdn.googlstaticontent.com https:\/\/code.jquery.com;  object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.2",
    "manifest_version": 2
}