Dinosaur Game Night version
T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.
Dinosaur Game Night version란 무엇입니까?
Dinosaur Game Night version은(는) krilipskaja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet."입니다.
확장 프로그램 스크린샷
Dinosaur Game Night version 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
To start the Dino game (and jump) - "Space" button, to duck - ""down arrow (v)" button.
확장 프로그램 기본 정보
이름 | Dinosaur Game Night version |
ID | jmannejmocekgjmodglhplclhcjnmodn |
공식 URL | https://chromewebstore.google.com/detail/dinosaur-game-night-versi/jmannejmocekgjmodglhplclhcjnmodn |
설명 | T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet. |
파일 크기 | 49.67 KB |
설치 횟수 | 698 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-05-25 |
출시 날짜 | 2021-04-15 |
개발자 | krilipskaja |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,en-GB,en-US |
manifest.json | |
{ "background": { "page": "back.html", "persistent": false }, "browser_action": { "default_icon": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "default_popup": "index.html", "default_title": "Dinosaur Game Night version" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Dinosaur Game Night version", "short_name": "Dinosaur Game Night version", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "options.html" ] } |