Running Dinosaur Game
Running T-Rex doesn't need to be presented. Everybody played this chrome's game.
Running Dinosaur Gameคืออะไร?
Running Dinosaur Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Running Dinosaur Game และคุณลักษณะหลักของมันคือ "Running T-Rex doesn't need to be presented. Everybody played this chrome's game."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Running Dinosaur Game
ดาวน์โหลดไฟล์ส่วนขยาย Running Dinosaur Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See record? Can you beat it? Enjoy controling your dino, jump, run and hide. Try to get more scores than you see on the screenshot. This is very popular game among chrome browser users, so it is now avaliable in popup.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ngajafpjffmcomlmbcpfeoggbbhpcpeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/running-dinosaur-game/ngajafpjffmcomlmbcpfeoggbbhpcpeh |
คำอธิบาย | Running T-Rex doesn't need to be presented. Everybody played this chrome's game. |
ขนาดไฟล์ | 83.04 KB |
จำนวนการติดตั้ง | 1,017 |
เวอร์ชันปัจจุบัน | 1.0.0.0 |
อัปเดตครั้งล่าสุด | 2021-04-14 |
วันที่เผยแพร่ | 2021-04-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Running Dinosaur Game |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html", "default_title": "__MSG_appName__" }, "background": { "scripts": [ "bag.js" ] }, "description": "__MSG_appDesc__", "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "en", "icons": { "128": "icon128.png" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.0" } |