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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |