Star Trek The Next Generation III

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

Wat is Star Trek The Next Generation III?

Star Trek The Next Generation III is een Chrome-extensie ontwikkeld door cdb.brandt, en de belangrijkste functie is "A simple game in which you play as the enterprise destroying romulan war birds. This is ".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Star Trek The Next Generation III

Download Star Trek The Next Generation III-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Star Trek The Next Generation III Star Trek The Next Generation III
ID ilcdjhpajencgehodmkobocdggdellbb
Officiële URL https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb
Beschrijving A simple game in which you play as the enterprise destroying romulan war birds. This is
Bestandsgrootte 7.21 MB
Aantal Installaties 120
Huidige Versie 4.82
Laatst Bijgewerkt 2017-06-02
Publicatiedatum 2017-06-02
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar cdb.brandt
Betalingswijze free
Ondersteunde Talen 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
}