Disc Golf Simulator
Disc Golf Simulator is a simulator game for disc golf.
Disc Golf Simulator란 무엇입니까?
Disc Golf Simulator은(는) Oh When Games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disc Golf Simulator is a simulator game for disc golf."입니다.
확장 프로그램 스크린샷
Disc Golf Simulator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Disc golf simulator is a game type chrome extension. In this game it will be like play disc golf in which you throw a disc on a 2d plane. It is super fun and I hope you enjoy playing it. Graphics done by: https://www.youtube.com/channel/UCiBFDDolMJFMKcwYYjGYzLw
확장 프로그램 기본 정보
이름 | |
ID | gnlmppcmnhgmemifbhinojbbgcflhlfl |
공식 URL | https://chromewebstore.google.com/detail/disc-golf-simulator/gnlmppcmnhgmemifbhinojbbgcflhlfl |
설명 | Disc Golf Simulator is a simulator game for disc golf. |
파일 크기 | 3.85 MB |
설치 횟수 | 300 |
현재 버전 | 0.1 |
최근 업데이트 | 2019-05-17 |
출시 날짜 | 2019-05-16 |
개발자 | Oh When Games |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1", "name": "Disc Golf Simulator", "description": "Disc Golf Simulator is a simulator game for disc golf.", "permissions": [ "storage" ], "icons": { "32": "graphics\/icon.png", "128": "graphics\/icon.png" }, "browser_action": { "default_popup": "index.html", "default_title": "Disc Golf Simulator" } } |