Star Trek The Next Generation III
A simple game in which you play as the enterprise destroying romulan war birds. This is
Was ist Star Trek The Next Generation III?
Star Trek The Next Generation III ist eine Chrome-Erweiterung, die von cdb.brandt entwickelt wurde, und ihr Hauptmerkmal ist "A simple game in which you play as the enterprise destroying romulan war birds. This is ".
Erweiterungsscreenshots
Star Trek The Next Generation III-Erweiterungs-CRX-Datei herunterladen
Laden Sie Star Trek The Next Generation III-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ilcdjhpajencgehodmkobocdggdellbb |
Offizielle URL | https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb |
Beschreibung | A simple game in which you play as the enterprise destroying romulan war birds. This is |
Dateigröße | 7.21 MB |
Installationsanzahl | 120 |
Aktuelle Version | 4.82 |
Letztes Update | 2017-06-02 |
Veröffentlichungsdatum | 2017-06-02 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | cdb.brandt |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |