Extreme Motorbike Driving Game
Extreme Motorbike Driving Game to play online in browser
Extreme Motorbike Driving Gameคืออะไร?
Extreme Motorbike Driving Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Game Bol และคุณลักษณะหลักของมันคือ "Extreme Motorbike Driving Game to play online in browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extreme Motorbike Driving Game
ดาวน์โหลดไฟล์ส่วนขยาย Extreme Motorbike Driving Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extreme Motorbike Driving Game gives you the opportunity to drive 3 different motorcycles on a free track. Play directly in the browser, you only need to install this chrome extension. You can ride the motorcycle anywhere you want, turn on nitro to accelerate even more and put the motorcycle on one wheel. Extreme Motorbike Driving Game has 3D graphics and realistic physics. You will find control instructions in the game.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ielpkkokgnfojedoandphmojannhlomk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/extreme-motorbike-driving/ielpkkokgnfojedoandphmojannhlomk |
คำอธิบาย | Extreme Motorbike Driving Game to play online in browser |
ขนาดไฟล์ | 20.26 MB |
จำนวนการติดตั้ง | 778 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-09-20 |
วันที่เผยแพร่ | 2022-09-20 |
ผู้พัฒนา | Game Bol |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing |
ภาษาที่รองรับ | id,de,en,fr,nl,es,it,fi |
manifest.json | |
{ "manifest_version": 3, "action": { "default_icon": "128.png" }, "background": { "service_worker": "sw.js" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "default_locale": "en", "description": "__MSG_descr__", "icons": { "128": "128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "Build\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "Build\/content.js" ] } ], "version": "1.1", "name": "__MSG_title__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |