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开发的Chrome扩展程序,该扩展的主要功能是“A simple game in which you play as the enterprise destroying romulan war birds. This is ”。

扩展截图

screenshot
screenshot

下载Star Trek The Next Generation III扩展crx文件

下载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.                    

扩展基本信息

名称 Star Trek The Next Generation III Star Trek The Next Generation III
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
}