8-Ball Pool
Play a quick game of 8-ball pool in a popup.
8-Ball Poolคืออะไร?
8-Ball Pool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maxim Collingwood และคุณลักษณะหลักของมันคือ "Play a quick game of 8-ball pool in a popup."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 8-Ball Pool
ดาวน์โหลดไฟล์ส่วนขยาย 8-Ball Pool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Classic 8-ball pool game in an extension. You can choose to play against a friend, or against an AI, with various difficulty levels.
Have fun, and good luck!
Keys:
* 'W' : Increase shot power.
* 'S' : Decrease shot power.
* 'Esc' : Return to main menu.
Mouse:
* Left click : shoot.
* Aim by moving the mouse.
© Chen Shmilovich - 2018 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | noehfcgcdhbabgbmhbahipodfpndjedc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/8-ball-pool/noehfcgcdhbabgbmhbahipodfpndjedc |
| คำอธิบาย | Play a quick game of 8-ball pool in a popup. |
| ขนาดไฟล์ | 13.1 MB |
| จำนวนการติดตั้ง | 7,000 |
| เวอร์ชันปัจจุบัน | 1 |
| อัปเดตครั้งล่าสุด | 2021-03-25 |
| วันที่เผยแพร่ | 2021-03-24 |
| คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | Maxim Collingwood |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "8-Ball Pool",
"description": "Play a quick game of 8-ball pool in a popup.",
"version": "1",
"manifest_version": 2,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_popup": "index.html",
"default_icon": "icon.png"
}
} | |