Games: Skyscraper Building Game
See how tall you can build a skyscraper building with this easy to play and fun game.
Cos'è Games: Skyscraper Building Game?
Games: Skyscraper Building Game è un'estensione di Chrome sviluppata da https://www.vamapaull.com, e la sua funzione principale è "See how tall you can build a skyscraper building with this easy to play and fun game.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Games: Skyscraper Building Game
Scarica i file di estensione Games: Skyscraper Building Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gdhemnpikecpejcaollldplmekiciabd |
URL Ufficiale | https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd |
Descrizione | See how tall you can build a skyscraper building with this easy to play and fun game. |
Dimensione del File | 25.15 KB |
Conteggio Installazioni | 611 |
Versione Corrente | 0.1.7 |
Ultimo Aggiornamento | 2019-03-14 |
Data di Pubblicazione | 2019-03-14 |
Valutazione | 4.11/5 Totale 18 Valutazioni |
Sviluppatore | https://www.vamapaull.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.vamapaull.com/games/skyscraper-building/ |
URL della Pagina di Aiuto | https://vamapaull.com/contact/ |
Lingue Supportate | 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" ] } |