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
官方URL 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"
            ]
        }
    ]
}