NotAGame 3

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

Wat is NotAGame 3?

NotAGame 3 is een Chrome-extensie ontwikkeld door NotADeveloper, en de belangrijkste functie is "The Daymap Game in 3D. Press Shift to Start.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie NotAGame 3

Download NotAGame 3-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
Officiële URL https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
Beschrijving The Daymap Game in 3D. Press Shift to Start.
Bestandsgrootte 152 KB
Aantal Installaties 35
Huidige Versie 3.0
Laatst Bijgewerkt 2018-04-03
Publicatiedatum 2018-04-02
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar NotADeveloper
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}