NotAGame 3

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

What is NotAGame 3?

NotAGame 3 is a Chrome extension developed by NotADeveloper, and its main feature is "The Daymap Game in 3D. Press Shift to Start.".

Extension Screenshots

screenshot
screenshot
screenshot

Download NotAGame 3 Extension CRX File

Download NotAGame 3 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
Official URL https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
Description The Daymap Game in 3D. Press Shift to Start.
File Size 152 KB
Installation Count 35
Current Version 3.0
Last Updated 2018-04-03
Publish Date 2018-04-02
Rating 4.00/5 Total 6 Ratings
Developer NotADeveloper
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}