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是由https://www.vamapaull.com開發的Chrome擴展程式,該擴展的主要功能是“See how tall you can build a skyscraper building with this easy to play and fun game.”。
擴展截圖
下載Games: Skyscraper Building Game擴展crx文件
下載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 |
官方網址 | 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" ] } |