NotAGame 3

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

什麼是NotAGame 3?

NotAGame 3是由NotADeveloper開發的Chrome擴展程式,該擴展的主要功能是“The Daymap Game in 3D. Press Shift to Start.”。

擴展截圖

screenshot
screenshot
screenshot

下載NotAGame 3擴展crx文件

下載NotAGame 3擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
官方網址 https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
簡介 The Daymap Game in 3D. Press Shift to Start.
檔案大小 152 KB
安裝次數 35
目前版本 3.0
更新時間 2018-04-03
上架時間 2018-04-02
評分 4.00/5 共 6 次評分
開發者 NotADeveloper
付費類型 free
支援的語言 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"
            ]
        }
    ]
}