Star Trek The Next Generation III

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

Cos'è Star Trek The Next Generation III?

Star Trek The Next Generation III è un'estensione di Chrome sviluppata da cdb.brandt, e la sua funzione principale è "A simple game in which you play as the enterprise destroying romulan war birds. This is ".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Star Trek The Next Generation III

Scarica i file di estensione Star Trek The Next Generation III in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Star Trek The Next Generation III Star Trek The Next Generation III
ID ilcdjhpajencgehodmkobocdggdellbb
URL Ufficiale https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb
Descrizione A simple game in which you play as the enterprise destroying romulan war birds. This is
Dimensione del File 7.21 MB
Conteggio Installazioni 120
Versione Corrente 4.82
Ultimo Aggiornamento 2017-06-02
Data di Pubblicazione 2017-06-02
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore cdb.brandt
Tipo di Pagamento free
Lingue Supportate 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
}