Not a Game

It's not a game!

什么是Not a Game?

Not a Game是由NotADeveloper开发的Chrome扩展程序,该扩展的主要功能是“It's not a game!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Not a Game扩展crx文件

下载Not a Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Not a Game Not a Game
ID dgmnfpcplikoimfmcomfkjnamoccnjoi
官方URL https://chromewebstore.google.com/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi
简介 It's not a game!
文件大小 303 KB
安装次数 27
当前版本 1.4.5
更新时间 2016-12-09
上架时间 2016-12-08
评分 5.00/5 共5次评分
开发者 NotADeveloper
付费类型 free
帮助页面URL https://chrome.google.com/webstore/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi/support
支持的语言 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"
            ]
        }
    ]
}