Dinosaur Jump & Duck game
Dino runs against obstacles
Dinosaur Jump & Duck game란 무엇입니까?
Dinosaur Jump & Duck game은(는) Dinosaur Runner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dino runs against obstacles"입니다.
확장 프로그램 스크린샷
Dinosaur Jump & Duck game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Play as a pixelated Tyrannosaurus Rex in this retro-style side-scrolling platformer. T-Rex moves from left to right across a desert landscape. The player must avoid oncoming obstacles such as cacti and pteranodons by jumping or ducking. Press spacebar or up arrow on keyboard to jump. Press down arrow to duck. As the game progresses, the speed of the game increases until the user hits an obstacle that causes the game to end. With simple, intuitive controls and addictive gameplay, this prehistoric adventure is sure to keep players coming back for more. In this retro-style side-scrolling platformer, players take control of a T-Rex as they navigate a dangerous world full of obstacles and challenges. Note that the game has an antecheat function, the extension must be able to block user script for that.
확장 프로그램 기본 정보
이름 | Dinosaur Jump & Duck game |
ID | eonlnonhbdhmegjijlaficfaoodfipdl |
공식 URL | https://chromewebstore.google.com/detail/dinosaur-jump-duck-game/eonlnonhbdhmegjijlaficfaoodfipdl |
설명 | Dino runs against obstacles |
파일 크기 | 399 KB |
설치 횟수 | 31,410 |
현재 버전 | 2.0.0.2 |
최근 업데이트 | 2023-11-22 |
출시 날짜 | 2023-05-14 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Dinosaur Runner |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://eminent-chiller-16d.notion.site/Privacy-Policy-of-all-Dinosaur-Runner-browser-extensions-efddde924acb4c6c97a25239975de3ad |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icons\/icon128.png", "default_popup": "index.html", "default_title": "__MSG_appButtonDesc__" }, "background": { "service_worker": "worker.js" }, "content_security_policy": { "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self' blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'" }, "default_locale": "en", "description": "__MSG_appDesc__", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "storage", "cookies", "unlimitedStorage", "tabs", "scripting", "webRequest", "declarativeNetRequestWithHostAccess" ], "sandbox": { "pages": [ "sandbox.html" ] }, "version": "2.0.0.2", "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "sandbox.html" ], "use_dynamic_url": true } ] } |