Star Trek The Next Generation III
A simple game in which you play as the enterprise destroying romulan war birds. This is
Apa itu Star Trek The Next Generation III?
Star Trek The Next Generation III adalah ekstensi Chrome yang dikembangkan oleh cdb.brandt, dan fitur utamanya adalah "A simple game in which you play as the enterprise destroying romulan war birds. This is ".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Star Trek The Next Generation III
Unduh file ekstensi Star Trek The Next Generation III dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ilcdjhpajencgehodmkobocdggdellbb |
URL Resmi | https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb |
Deskripsi | A simple game in which you play as the enterprise destroying romulan war birds. This is |
Ukuran File | 7.21 MB |
Jumlah Instalasi | 120 |
Versi Saat Ini | 4.82 |
Terakhir Diperbarui | 2017-06-02 |
Tanggal Publikasi | 2017-06-02 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | cdb.brandt |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |