Games: Skyscraper Building Game
See how tall you can build a skyscraper building with this easy to play and fun game.
Wat is Games: Skyscraper Building Game?
Games: Skyscraper Building Game is een Chrome-extensie ontwikkeld door https://www.vamapaull.com, en de belangrijkste functie is "See how tall you can build a skyscraper building with this easy to play and fun game.".
Extensie Screenshots
Download het CRX-bestand van de extensie Games: Skyscraper Building Game
Download Games: Skyscraper Building Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gdhemnpikecpejcaollldplmekiciabd |
Officiële URL | https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd |
Beschrijving | See how tall you can build a skyscraper building with this easy to play and fun game. |
Bestandsgrootte | 25.15 KB |
Aantal Installaties | 611 |
Huidige Versie | 0.1.7 |
Laatst Bijgewerkt | 2019-03-14 |
Publicatiedatum | 2019-03-14 |
Beoordeling | 4.11/5 Totaal 18 Beoordelingen |
Ontwikkelaar | https://www.vamapaull.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.vamapaull.com/games/skyscraper-building/ |
Help Pagina-URL | https://vamapaull.com/contact/ |
Ondersteunde Talen | 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" ] } |