Not a Game

It's not a game!

Wat is Not a Game?

Not a Game is een Chrome-extensie ontwikkeld door NotADeveloper, en de belangrijkste functie is "It's not a game!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Not a Game

Download Not a Game-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

                        It's not a game!
Extension for DayMap.
Press Shift to open/close the game.
Use the arrow keys or WASD to control your character.
Press R to restart the game.

1.4.4 UPDATE:
+ Unlock the Gold Cube if you finish in under 100 seconds!

1.4 UPDATE:
+ Added 2 New Levels!
+ Added New Type of Shooter!
+ Player Gets 2 More Lives!
- Reset All Records                    

Basisinformatie over de Extensie

Naam Not a Game Not a Game
ID dgmnfpcplikoimfmcomfkjnamoccnjoi
Officiële URL https://chromewebstore.google.com/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi
Beschrijving It's not a game!
Bestandsgrootte 303 KB
Aantal Installaties 27
Huidige Versie 1.4.5
Laatst Bijgewerkt 2016-12-09
Publicatiedatum 2016-12-08
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar NotADeveloper
Betalingswijze free
Help Pagina-URL https://chrome.google.com/webstore/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi/support
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Not a Game",
    "description": "It's not a game!",
    "version": "1.4.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon1.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/daymap.gihs.sa.edu.au\/*",
                "https:\/\/daymap.gihs.sa.edu.au\/*"
            ],
            "js": [
                "game.js"
            ]
        }
    ]
}