Games: Skyscraper Building Game

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

Τι είναι το Games: Skyscraper Building Game;

Το Games: Skyscraper Building Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.vamapaull.com, και η κύρια λειτουργία του είναι "See how tall you can build a skyscraper building with this easy to play and fun game.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Games: Skyscraper Building Game

Λήψη αρχείων επέκτασης Games: Skyscraper Building Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Games: Skyscraper Building Game Games: Skyscraper Building Game
ID gdhemnpikecpejcaollldplmekiciabd
Επίσημο URL https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd
Περιγραφή See how tall you can build a skyscraper building with this easy to play and fun game.
Μέγεθος Αρχείου 25.15 KB
Αριθμός Εγκαταστάσεων 611
Τρέχουσα Έκδοση 0.1.7
Τελευταία Ενημέρωση 2019-03-14
Ημερομηνία Δημοσίευσης 2019-03-14
Αξιολόγηση 4.11/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://www.vamapaull.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.vamapaull.com/games/skyscraper-building/
Διεύθυνση URL της Σελίδας Βοήθειας https://vamapaull.com/contact/
Υποστηριζόμενες Γλώσσες 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"
    ]
}