Not a Game
It's not a game!
What is Not a Game?
Not a Game is a Chrome extension developed by NotADeveloper, and its main feature is "It's not a game!".
Extension Screenshots
Download Not a Game Extension CRX File
Download Not a Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | dgmnfpcplikoimfmcomfkjnamoccnjoi |
Official URL | https://chromewebstore.google.com/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi |
Description | It's not a game! |
File Size | 303 KB |
Installation Count | 27 |
Current Version | 1.4.5 |
Last Updated | 2016-12-09 |
Publish Date | 2016-12-08 |
Rating | 5.00/5 Total 5 Ratings |
Developer | NotADeveloper |
Payment Type | free |
Help Page URL | https://chrome.google.com/webstore/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi/support |
Supported Languages | 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" ] } ] } |