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 là gì?

Star Trek The Next Generation III là một tiện ích mở rộng Chrome được phát triển bởi cdb.brandt, và tính năng chính của nó là "A simple game in which you play as the enterprise destroying romulan war birds. This is ".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Star Trek The Next Generation III

Tải xuống các tệp mở rộng Star Trek The Next Generation III dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Star Trek The Next Generation III Star Trek The Next Generation III
ID ilcdjhpajencgehodmkobocdggdellbb
URL Chính Thức https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb
Mô tả A simple game in which you play as the enterprise destroying romulan war birds. This is
Kích Thước Tệp 7.21 MB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 4.82
Cập Nhật Lần Cuối 2017-06-02
Ngày Phát Hành 2017-06-02
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển cdb.brandt
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}