2048 Game

PLAY 2048 GAME ONLINE

ما هو 2048 Game؟

2048 Game هو إضافة Chrome تم تطويرها بواسطة https://gamebobo.com، والميزة الرئيسية لها هي "PLAY 2048 GAME ONLINE".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 2048 Game

قم بتنزيل ملفات الامتداد 2048 Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!

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

معلومات أساسية عن التمديد

الاسم 2048 Game 2048 Game
ID kjldfobcalpagmgddjaoplhhalgddiah
عنوان URL الرسمي https://chrome.google.com/webstore/detail/2048-game/kjldfobcalpagmgddjaoplhhalgddiah
الوصف PLAY 2048 GAME ONLINE
حجم الملف 9.46 KB
عدد التثبيتات 1,000
النسخة الحالية 2048
آخر تحديث 2019-11-07
تاريخ النشر 2019-11-07
تقييم 2.15/5 مجموع تقييمات 62
المطور https://gamebobo.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2048 Game",
    "version": "2048",
    "description": "PLAY 2048 GAME ONLINE",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/2048.gamebobo.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "2048 Game"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}