Not a Game
It's not a game!
Not a Gameとは何ですか?
Not a GameはNotADeveloperによって開発されたChromeの拡張機能で、その主な機能は「It's not a game!」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } ] } |