NotAGame 3

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

Cos'è NotAGame 3?

NotAGame 3 è un'estensione di Chrome sviluppata da NotADeveloper, e la sua funzione principale è "The Daymap Game in 3D. Press Shift to Start.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NotAGame 3

Scarica i file di estensione NotAGame 3 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
URL Ufficiale https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
Descrizione The Daymap Game in 3D. Press Shift to Start.
Dimensione del File 152 KB
Conteggio Installazioni 35
Versione Corrente 3.0
Ultimo Aggiornamento 2018-04-03
Data di Pubblicazione 2018-04-02
Valutazione 4.00/5 Totale 6 Valutazioni
Sviluppatore NotADeveloper
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}