NotAGame 3

The Daymap Game in 3D. Press Shift to Start.

NotAGame 3 là gì?

NotAGame 3 là một tiện ích mở rộng Chrome được phát triển bởi NotADeveloper, và tính năng chính của nó là "The Daymap Game in 3D. Press Shift to Start.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NotAGame 3

Tải xuống các tệp mở rộng NotAGame 3 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

                        The Daymap Game in 3D! Press Shift to Start!
Use WASD to move the player. Use the arrow keys to move the camera.
Avoid falling off the platforms or being hit by a projectile.                    

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

Tên NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
URL Chính Thức https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
Mô tả The Daymap Game in 3D. Press Shift to Start.
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2018-04-03
Ngày Phát Hành 2018-04-02
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển NotADeveloper
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NotAGame 3",
    "description": "The Daymap Game in 3D. Press Shift to Start.",
    "version": "3.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon1.png"
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/script.js",
                "src\/three.min.js"
            ]
        }
    ]
}