Star Trek The Next Generation III

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

O que é Star Trek The Next Generation III?

Star Trek The Next Generation III é uma extensão do Chrome desenvolvida por cdb.brandt, e sua principal característica é "A simple game in which you play as the enterprise destroying romulan war birds. This is ".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Star Trek The Next Generation III

Baixe arquivos de extensão Star Trek The Next Generation III no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Star Trek The Next Generation III Star Trek The Next Generation III
ID ilcdjhpajencgehodmkobocdggdellbb
URL Oficial https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb
Descrição A simple game in which you play as the enterprise destroying romulan war birds. This is
Tamanho do Arquivo 7.21 MB
Contagem de Instalações 120
Versão Atual 4.82
Última Atualização 2017-06-02
Data de Publicação 2017-06-02
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor cdb.brandt
Tipo de Pagamento free
Idiomas Suportados 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
}