Chrome Dino T-Rex RPG
Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.
Chrome Dino T-Rex RPGคืออะไร?
Chrome Dino T-Rex RPG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omniZero และคุณลักษณะหลักของมันคือ "Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Dino T-Rex RPG
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Dino T-Rex RPG ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Play Chrome Dino (T-Rex) minigame on any page by launching it via the extension's popup. Gain experience along the way that earns you levels to showcase your dedication!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome Dino T-Rex RPG |
ID | kcmegnpfeomalodkclmmaihphoekfhgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-dino-t-rex-rpg/kcmegnpfeomalodkclmmaihphoekfhgi |
คำอธิบาย | Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup. |
ขนาดไฟล์ | 159 KB |
จำนวนการติดตั้ง | 1,377 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-06-23 |
วันที่เผยแพร่ | 2021-06-22 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | omniZero |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Dino T-Rex RPG", "version": "1.0.0", "description": "Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.", "permissions": [], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "web_accessible_resources": [ "images\/*.png", "images\/*.ico", "assets\/*" ], "manifest_version": 2 } |