Offline Dinosaur 2.0
A completely customizable version of the Offline Dinosaur Game.
Offline Dinosaur 2.0คืออะไร?
Offline Dinosaur 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HJK และคุณลักษณะหลักของมันคือ "A completely customizable version of the Offline Dinosaur Game."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Offline Dinosaur 2.0
ดาวน์โหลดไฟล์ส่วนขยาย Offline Dinosaur 2.0 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to customize the offline dinosaur game. Go to the settings page to change in-game variables, sprites, and audio effects. Access directly using: chrome://dino (This extension redirects you from the original offline dinosaur result to bring you to a page provided by this extension)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Offline Dinosaur 2.0 |
ID | lcddolbcdjhpnneaibaaleobbckkbagk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk |
คำอธิบาย | A completely customizable version of the Offline Dinosaur Game. |
ขนาดไฟล์ | 132 KB |
จำนวนการติดตั้ง | 497 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2022-02-13 |
วันที่เผยแพร่ | 2022-02-13 |
ผู้พัฒนา | HJK |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline Dinosaur 2.0", "description": "A completely customizable version of the Offline Dinosaur Game.", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "webNavigation", "unlimitedStorage" ], "options_page": "content\/settings.html", "action": { "default_title": "Click me to open Offline Dino", "default_icon": { "128": "\/images\/icon128.png" } }, "icons": { "128": "\/images\/icon128.png" } } |