Star Trek The Next Generation III

A simple game in which you play as the enterprise destroying romulan war birds. This is

Что такое Star Trek The Next Generation III?

Star Trek The Next Generation III - это расширение Chrome, разработанное cdb.brandt, и его основная функция - "A simple game in which you play as the enterprise destroying romulan war birds. This is ".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Star Trek The Next Generation III

Скачайте файлы расширений Star Trek The Next Generation III в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This game is for a final project in school. It was built by only me in my computer science class. If you have any complaints, advice, recommendations: email them to me at [email protected]

The game is about the enterprise, flying through space and destroying romulan warbirds. The statrship tracks your mouse and will shoot with the left and right mouse buttons. Your health is located in the top left corner and when you die your score will be displayed for 10 seconds before restarting the game.                    

Основная информация о расширении

Название Star Trek The Next Generation III Star Trek The Next Generation III
ID ilcdjhpajencgehodmkobocdggdellbb
Официальный URL https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb
Описание A simple game in which you play as the enterprise destroying romulan war birds. This is
Размер файла 7.21 MB
Количество установок 120
Текущая Версия 4.82
Последнее Обновление 2017-06-02
Дата публикации 2017-06-02
Рейтинг 2.33/5 Всего 3 оценок
Разработчик cdb.brandt
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star Trek The Next Generation III",
    "description": "A simple game in which you play as the enterprise destroying romulan war birds. This is ",
    "version": "4.82",
    "manifest_version": 2,
    "browser_action": {
        "background": {
            "scripts": [
                "background.js"
            ]
        }
    },
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "offline_enabled": true
}