Dinosaur Jump & Duck game
Dino runs against obstacles
Dinosaur Jump & Duck gameคืออะไร?
Dinosaur Jump & Duck game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dinosaur Runner และคุณลักษณะหลักของมันคือ "Dino runs against obstacles"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dinosaur Jump & Duck game
ดาวน์โหลดไฟล์ส่วนขยาย Dinosaur Jump & Duck game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } ] } |