Games: Skyscraper Building Game
See how tall you can build a skyscraper building with this easy to play and fun game.
¿Qué es Games: Skyscraper Building Game?
Games: Skyscraper Building Game es una extensión de Chrome desarrollada por https://www.vamapaull.com, y su función principal es "See how tall you can build a skyscraper building with this easy to play and fun game.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Games: Skyscraper Building Game
Descarga archivos de extensión Games: Skyscraper Building Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | gdhemnpikecpejcaollldplmekiciabd |
URL Oficial | https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd |
Descripción | See how tall you can build a skyscraper building with this easy to play and fun game. |
Tamaño del Archivo | 25.15 KB |
Cantidad de Instalaciones | 611 |
Versión Actual | 0.1.7 |
Última Actualización | 2019-03-14 |
Fecha de Publicación | 2019-03-14 |
Calificación | 4.11/5 Total de 18 Calificaciones |
Desarrollador | https://www.vamapaull.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.vamapaull.com/games/skyscraper-building/ |
URL de la Página de Ayuda | https://vamapaull.com/contact/ |
Idiomas Soportados | 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" ] } |