Games: Skyscraper Building Game
See how tall you can build a skyscraper building with this easy to play and fun game.
Hvad er Games: Skyscraper Building Game?
Games: Skyscraper Building Game er en Chrome-udvidelse udviklet af https://www.vamapaull.com, og dens hovedfunktion er "See how tall you can build a skyscraper building with this easy to play and fun game.".
Udvidelsesskærmbilleder
Download Games: Skyscraper Building Game-udvidelses-CRX-fil
Download Games: Skyscraper Building Game-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gdhemnpikecpejcaollldplmekiciabd |
Officiel URL | https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd |
Beskrivelse | See how tall you can build a skyscraper building with this easy to play and fun game. |
Filstørrelse | 25.15 KB |
Antal Installationer | 611 |
Nuværende Version | 0.1.7 |
Senest Opdateret | 2019-03-14 |
Udgivelsesdato | 2019-03-14 |
Bedømmelse | 4.11/5 Samlet 18 Bedømmelser |
Udvikler | https://www.vamapaull.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.vamapaull.com/games/skyscraper-building/ |
Hjælpeside-URL | https://vamapaull.com/contact/ |
Understøttede Sprog | 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" ] } |