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 |
公式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 |
Eメール | [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" ] } |