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 là gì?
Games: Skyscraper Building Game là một tiện ích mở rộng Chrome được phát triển bởi https://www.vamapaull.com, và tính năng chính của nó là "See how tall you can build a skyscraper building with this easy to play and fun game.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Games: Skyscraper Building Game
Tải xuống các tệp mở rộng Games: Skyscraper Building Game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gdhemnpikecpejcaollldplmekiciabd |
URL Chính Thức | https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd |
Mô tả | See how tall you can build a skyscraper building with this easy to play and fun game. |
Kích Thước Tệp | 25.15 KB |
Số Lần Cài Đặt | 611 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2019-03-14 |
Ngày Phát Hành | 2019-03-14 |
Đánh Giá | 4.11/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | https://www.vamapaull.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.vamapaull.com/games/skyscraper-building/ |
URL Trang Trợ Giúp | https://vamapaull.com/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |