8-Ball Pool
Play a quick game of 8-ball pool in a popup.
Hvad er 8-Ball Pool?
8-Ball Pool er en Chrome-udvidelse udviklet af Maxim Collingwood, og dens hovedfunktion er "Play a quick game of 8-ball pool in a popup.".
Udvidelsesskærmbilleder
Download 8-Ball Pool-udvidelses-CRX-fil
Download 8-Ball Pool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | noehfcgcdhbabgbmhbahipodfpndjedc |
| Officiel URL | https://chromewebstore.google.com/detail/8-ball-pool/noehfcgcdhbabgbmhbahipodfpndjedc |
| Beskrivelse | Play a quick game of 8-ball pool in a popup. |
| Filstørrelse | 13.1 MB |
| Antal Installationer | 7,000 |
| Nuværende Version | 1 |
| Senest Opdateret | 2021-03-25 |
| Udgivelsesdato | 2021-03-24 |
| Bedømmelse | 4.86/5 Samlet 7 Bedømmelser |
| Udvikler | Maxim Collingwood |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |