Star Trek The Next Generation III

A simple game in which you play as the enterprise destroying romulan war birds. This is

What is Star Trek The Next Generation III?

Star Trek The Next Generation III is a Chrome extension developed by cdb.brandt, and its main feature is "A simple game in which you play as the enterprise destroying romulan war birds. This is ".

Extension Screenshots

screenshot
screenshot

Download Star Trek The Next Generation III Extension CRX File

Download Star Trek The Next Generation III extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Star Trek The Next Generation III Star Trek The Next Generation III
ID ilcdjhpajencgehodmkobocdggdellbb
Official URL https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb
Description A simple game in which you play as the enterprise destroying romulan war birds. This is
File Size 7.21 MB
Installation Count 120
Current Version 4.82
Last Updated 2017-06-02
Publish Date 2017-06-02
Rating 2.33/5 Total 3 Ratings
Developer cdb.brandt
Payment Type free
Supported Languages 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
}