Star Trek The Next Generation III
A simple game in which you play as the enterprise destroying romulan war birds. This is
Co je Star Trek The Next Generation III?
Star Trek The Next Generation III je rozšíření Chrome vyvinuté cdb.brandt, a jeho hlavní funkcí je „A simple game in which you play as the enterprise destroying romulan war birds. This is “.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Star Trek The Next Generation III
Stáhněte si soubory rozšíření Star Trek The Next Generation III ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ilcdjhpajencgehodmkobocdggdellbb |
Oficiální URL | https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb |
Popis | A simple game in which you play as the enterprise destroying romulan war birds. This is |
Velikost souboru | 7.21 MB |
Počet instalací | 120 |
Aktuální Verze | 4.82 |
Poslední Aktualizace | 2017-06-02 |
Datum Vydání | 2017-06-02 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | cdb.brandt |
Typ Platby | free |
Podporované Jazyky | 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 } |