Disc Golf Simulator
Disc Golf Simulator is a simulator game for disc golf.
Disc Golf Simulatorคืออะไร?
Disc Golf Simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oh When Games และคุณลักษณะหลักของมันคือ "Disc Golf Simulator is a simulator game for disc golf."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disc Golf Simulator
ดาวน์โหลดไฟล์ส่วนขยาย Disc Golf Simulator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Disc golf simulator is a game type chrome extension. In this game it will be like play disc golf in which you throw a disc on a 2d plane. It is super fun and I hope you enjoy playing it. Graphics done by: https://www.youtube.com/channel/UCiBFDDolMJFMKcwYYjGYzLw
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gnlmppcmnhgmemifbhinojbbgcflhlfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disc-golf-simulator/gnlmppcmnhgmemifbhinojbbgcflhlfl |
คำอธิบาย | Disc Golf Simulator is a simulator game for disc golf. |
ขนาดไฟล์ | 3.85 MB |
จำนวนการติดตั้ง | 300 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2019-05-17 |
วันที่เผยแพร่ | 2019-05-16 |
ผู้พัฒนา | Oh When Games |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1", "name": "Disc Golf Simulator", "description": "Disc Golf Simulator is a simulator game for disc golf.", "permissions": [ "storage" ], "icons": { "32": "graphics\/icon.png", "128": "graphics\/icon.png" }, "browser_action": { "default_popup": "index.html", "default_title": "Disc Golf Simulator" } } |