Games: Skyscraper Building Game
See how tall you can build a skyscraper building with this easy to play and fun game.
O que é Games: Skyscraper Building Game?
Games: Skyscraper Building Game é uma extensão do Chrome desenvolvida por https://www.vamapaull.com, e sua principal característica é "See how tall you can build a skyscraper building with this easy to play and fun game.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Games: Skyscraper Building Game
Baixe arquivos de extensão Games: Skyscraper Building Game no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gdhemnpikecpejcaollldplmekiciabd |
URL Oficial | https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd |
Descrição | See how tall you can build a skyscraper building with this easy to play and fun game. |
Tamanho do Arquivo | 25.15 KB |
Contagem de Instalações | 611 |
Versão Atual | 0.1.7 |
Última Atualização | 2019-03-14 |
Data de Publicação | 2019-03-14 |
Classificação | 4.11/5 Total de 18 Avaliações |
Desenvolvedor | https://www.vamapaull.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.vamapaull.com/games/skyscraper-building/ |
URL da Página de Ajuda | https://vamapaull.com/contact/ |
Idiomas Suportados | 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" ] } |