Games: Skyscraper Building Game
See how tall you can build a skyscraper building with this easy to play and fun game.
Was ist Games: Skyscraper Building Game?
Games: Skyscraper Building Game ist eine Chrome-Erweiterung, die von https://www.vamapaull.com entwickelt wurde, und ihr Hauptmerkmal ist "See how tall you can build a skyscraper building with this easy to play and fun game.".
Erweiterungsscreenshots
Games: Skyscraper Building Game-Erweiterungs-CRX-Datei herunterladen
Laden Sie Games: Skyscraper Building Game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gdhemnpikecpejcaollldplmekiciabd |
Offizielle URL | https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd |
Beschreibung | See how tall you can build a skyscraper building with this easy to play and fun game. |
Dateigröße | 25.15 KB |
Installationsanzahl | 611 |
Aktuelle Version | 0.1.7 |
Letztes Update | 2019-03-14 |
Veröffentlichungsdatum | 2019-03-14 |
Bewertung | 4.11/5 Insgesamt 18 Bewertungen |
Entwickler | https://www.vamapaull.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.vamapaull.com/games/skyscraper-building/ |
Hilfeseite URL | https://vamapaull.com/contact/ |
Unterstützte Sprachen | 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" ] } |