2048 cheat

Click on extension to activate 2048 cheat!

ما هو 2048 cheat؟

2048 cheat هو إضافة Chrome تم تطويرها بواسطة bonkdevelopment، والميزة الرئيسية لها هي "Click on extension to activate 2048 cheat!".

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

screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to spawn in 2048 tiles in the game "2048" hosted on "https://play2048.co/​". Simply enter the amount of 2048 tiles you want (1-10) then press "Ok" , or chose to play the game regularly. To reset simply press the extension icon in the top right 
 to re-activate the cheat, refresh the page.                    

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

الاسم 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
عنوان URL الرسمي https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
الوصف Click on extension to activate 2048 cheat!
حجم الملف 13.71 KB
عدد التثبيتات 3,076
النسخة الحالية 1.1
آخر تحديث 2023-11-08
تاريخ النشر 2021-04-03
تقييم 5.00/5 مجموع تقييمات 9
المطور bonkdevelopment
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 cheat",
    "action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 3,
    "version": "1.1",
    "description": "Click on extension to activate 2048 cheat!",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play2048.co\/"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}