Games: Skyscraper Building Game

See how tall you can build a skyscraper building with this easy to play and fun game.

Qu'est-ce que Games: Skyscraper Building Game ?

Games: Skyscraper Building Game est une extension Chrome développée par https://www.vamapaull.com, et sa fonction principale est "See how tall you can build a skyscraper building with this easy to play and fun game.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Games: Skyscraper Building Game

Téléchargez les fichiers d'extension Games: Skyscraper Building Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Games: Skyscraper Building Game Games: Skyscraper Building Game
ID gdhemnpikecpejcaollldplmekiciabd
URL Officiel https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd
Description See how tall you can build a skyscraper building with this easy to play and fun game.
Taille du Fichier 25.15 KB
Nombre d'Installations 611
Version Actuelle 0.1.7
Dernière Mise à Jour 2019-03-14
Date de Publication 2019-03-14
Évaluation 4.11/5 Total 18 Évaluations
Développeur https://www.vamapaull.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.vamapaull.com/games/skyscraper-building/
URL de la Page d'Aide https://vamapaull.com/contact/
Langues Prises en Charge 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"
    ]
}