NotAGame 3

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

¿Qué es NotAGame 3?

NotAGame 3 es una extensión de Chrome desarrollada por NotADeveloper, y su función principal es "The Daymap Game in 3D. Press Shift to Start.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión NotAGame 3

Descarga archivos de extensión NotAGame 3 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
URL Oficial https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
Descripción The Daymap Game in 3D. Press Shift to Start.
Tamaño del Archivo 152 KB
Cantidad de Instalaciones 35
Versión Actual 3.0
Última Actualización 2018-04-03
Fecha de Publicación 2018-04-02
Calificación 4.00/5 Total de 6 Calificaciones
Desarrollador NotADeveloper
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}