NotAGame 3

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

O que é NotAGame 3?

NotAGame 3 é uma extensão do Chrome desenvolvida por NotADeveloper, e sua principal característica é "The Daymap Game in 3D. Press Shift to Start.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NotAGame 3

Baixe arquivos de extensão NotAGame 3 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
URL Oficial https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
Descrição The Daymap Game in 3D. Press Shift to Start.
Tamanho do Arquivo 152 KB
Contagem de Instalações 35
Versão Atual 3.0
Última Atualização 2018-04-03
Data de Publicação 2018-04-02
Classificação 4.00/5 Total de 6 Avaliações
Desenvolvedor NotADeveloper
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}