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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
URL หน้าช่วยเหลือ | 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" ] } |