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
官方網址 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"
            ]
        }
    ]
}