Games: Skyscraper Building Game

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

Vad är Games: Skyscraper Building Game?

Games: Skyscraper Building Game är en Chrome-tillägg utvecklad av https://www.vamapaull.com, och dess huvudfunktion är "See how tall you can build a skyscraper building with this easy to play and fun game.".

Tilläggsskärmbilder

screenshot

Ladda ner Games: Skyscraper Building Game-förlängningens CRX-fil

Ladda ner Games: Skyscraper Building Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Games: Skyscraper Building Game Games: Skyscraper Building Game
ID gdhemnpikecpejcaollldplmekiciabd
Officiell webbadress https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd
Beskrivning See how tall you can build a skyscraper building with this easy to play and fun game.
Filstorlek 25.15 KB
Antal Installationer 611
Aktuell Version 0.1.7
Senast Uppdaterad 2019-03-14
Publiceringsdatum 2019-03-14
Betyg 4.11/5 Totalt 18 Betyg
Utvecklare https://www.vamapaull.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.vamapaull.com/games/skyscraper-building/
Hjälpsida URL https://vamapaull.com/contact/
Stödda Språk 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"
    ]
}