8-Ball Pool
Play a quick game of 8-ball pool in a popup.
Co to jest 8-Ball Pool?
8-Ball Pool to rozszerzenie Chrome opracowane przez Maxim Collingwood, a jego główną funkcją jest „Play a quick game of 8-ball pool in a popup.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 8-Ball Pool
Pobierz pliki rozszerzeń 8-Ball Pool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | noehfcgcdhbabgbmhbahipodfpndjedc |
| Oficjalny URL | https://chromewebstore.google.com/detail/8-ball-pool/noehfcgcdhbabgbmhbahipodfpndjedc |
| Opis | Play a quick game of 8-ball pool in a popup. |
| Rozmiar pliku | 13.1 MB |
| Liczba instalacji | 7,000 |
| Aktualna Wersja | 1 |
| Ostatnia Aktualizacja | 2021-03-25 |
| Data Publikacji | 2021-03-24 |
| Ocena | 4.86/5 Łącznie 7 Oceny |
| Deweloper | Maxim Collingwood |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |