NotAGame 3

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

Was ist NotAGame 3?

NotAGame 3 ist eine Chrome-Erweiterung, die von NotADeveloper entwickelt wurde, und ihr Hauptmerkmal ist "The Daymap Game in 3D. Press Shift to Start.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

NotAGame 3-Erweiterungs-CRX-Datei herunterladen

Laden Sie NotAGame 3-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
Offizielle URL https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
Beschreibung The Daymap Game in 3D. Press Shift to Start.
Dateigröße 152 KB
Installationsanzahl 35
Aktuelle Version 3.0
Letztes Update 2018-04-03
Veröffentlichungsdatum 2018-04-02
Bewertung 4.00/5 Insgesamt 6 Bewertungen
Entwickler NotADeveloper
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}