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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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
عنوان صفحة سياسة الخصوصية 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
}