Star Trek The Next Generation III
A simple game in which you play as the enterprise destroying romulan war birds. This is
Τι είναι το Star Trek The Next Generation III;
Το Star Trek The Next Generation III είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cdb.brandt, και η κύρια λειτουργία του είναι "A simple game in which you play as the enterprise destroying romulan war birds. This is ".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Star Trek The Next Generation III
Λήψη αρχείων επέκτασης Star Trek The Next Generation III σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ilcdjhpajencgehodmkobocdggdellbb |
Επίσημο URL | https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb |
Περιγραφή | A simple game in which you play as the enterprise destroying romulan war birds. This is |
Μέγεθος Αρχείου | 7.21 MB |
Αριθμός Εγκαταστάσεων | 120 |
Τρέχουσα Έκδοση | 4.82 |
Τελευταία Ενημέρωση | 2017-06-02 |
Ημερομηνία Δημοσίευσης | 2017-06-02 |
Αξιολόγηση | 2.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | cdb.brandt |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |