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 cdb.brandt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple game in which you play as the enterprise destroying romulan war birds. This is "।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Star Trek The Next Generation III एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |