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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
}
} | |