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"
}
} | |