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"
    ]
}