Games: Skyscraper Building Game

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

Apa itu Games: Skyscraper Building Game?

Games: Skyscraper Building Game adalah ekstensi Chrome yang dikembangkan oleh https://www.vamapaull.com, dan fitur utamanya adalah "See how tall you can build a skyscraper building with this easy to play and fun game.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Games: Skyscraper Building Game

Unduh file ekstensi Games: Skyscraper Building Game dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Games: Skyscraper Building Game Games: Skyscraper Building Game
ID gdhemnpikecpejcaollldplmekiciabd
URL Resmi https://chromewebstore.google.com/detail/games-skyscraper-building/gdhemnpikecpejcaollldplmekiciabd
Deskripsi See how tall you can build a skyscraper building with this easy to play and fun game.
Ukuran File 25.15 KB
Jumlah Instalasi 611
Versi Saat Ini 0.1.7
Terakhir Diperbarui 2019-03-14
Tanggal Publikasi 2019-03-14
Penilaian 4.11/5 Total 18 Penilaian
Pengembang https://www.vamapaull.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.vamapaull.com/games/skyscraper-building/
URL Halaman Bantuan https://vamapaull.com/contact/
Bahasa yang Didukung 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"
    ]
}