Tower Blocks

How high can you stack?

ما هو Tower Blocks؟

Tower Blocks هو إضافة Chrome تم تطويرها بواسطة Etai Gabbai، والميزة الرئيسية لها هي "How high can you stack?".

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

screenshot

تحميل ملف CRX للإضافة Tower Blocks

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

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

                        Tower Blocks is a fun and simple game that opens in a pop up window. The goal of the game, stack the blocks as high as you can! How high can you stack?








Credits:
Steve Gardner on Codepen
Check him out here: https://twitter.com/steeevg
Original: https://twitter.com/steeevg                    

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

الاسم Tower Blocks Tower Blocks
ID jfbggeeelmakjbdahnhnfojgnemahfkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/tower-blocks/jfbggeeelmakjbdahnhnfojgnemahfkc
الوصف How high can you stack?
حجم الملف 199 KB
عدد التثبيتات 2,712
النسخة الحالية 1.0
آخر تحديث 2021-12-17
تاريخ النشر 2021-12-16
تقييم 5.00/5 مجموع تقييمات 5
المطور Etai Gabbai
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tower Blocks",
    "description": "How high can you stack?",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/towerblocks_16.png",
            "32": "\/images\/towerblocks_32.png",
            "48": "\/images\/towerblocks_48.png",
            "128": "\/images\/towerblocks_128.png"
        }
    },
    "icons": {
        "16": "\/images\/towerblocks_16.png",
        "32": "\/images\/towerblocks_32.png",
        "48": "\/images\/towerblocks_48.png",
        "128": "\/images\/towerblocks_128.png"
    }
}