Games: Skyscraper Building Game
See how tall you can build a skyscraper building with this easy to play and fun game.
ما هو Games: Skyscraper Building Game؟
Games: Skyscraper Building Game هو إضافة Chrome تم تطويرها بواسطة https://www.vamapaull.com، والميزة الرئيسية لها هي "See how tall you can build a skyscraper building with this easy to play and fun game.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Games: Skyscraper Building Game
قم بتنزيل ملفات الامتداد Games: Skyscraper Building Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A fun and easy game to play with the objective of building a skyscraper as tall as you can. Click the screen to place the block on top of the previous block. Be sure to place it in the same place as the previous in order to not break the block and make it smaller.
معلومات أساسية عن التمديد
الاسم | |
ID | gdhemnpikecpejcaollldplmekiciabd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd |
الوصف | See how tall you can build a skyscraper building with this easy to play and fun game. |
حجم الملف | 25.15 KB |
عدد التثبيتات | 611 |
النسخة الحالية | 0.1.7 |
آخر تحديث | 2019-03-14 |
تاريخ النشر | 2019-03-14 |
تقييم | 4.11/5 مجموع تقييمات 18 |
المطور | https://www.vamapaull.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.vamapaull.com/games/skyscraper-building/ |
عنوان صفحة المساعدة | https://vamapaull.com/contact/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Games: Skyscraper Building Game", "short_name": "Building Game", "version": "0.1.7", "description": "See how tall you can build a skyscraper building with this easy to play and fun game.", "offline_enabled": false, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Games: Skyscraper Building Game", "default_icon": "icon_128.png" }, "permissions": [ "tabs" ] } |