8-Ball Pool
Play a quick game of 8-ball pool in a popup.
Vad är 8-Ball Pool?
8-Ball Pool är en Chrome-tillägg utvecklad av Maxim Collingwood, och dess huvudfunktion är "Play a quick game of 8-ball pool in a popup.".
Tilläggsskärmbilder
Ladda ner 8-Ball Pool-förlängningens CRX-fil
Ladda ner 8-Ball Pool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | noehfcgcdhbabgbmhbahipodfpndjedc |
| Officiell webbadress | https://chromewebstore.google.com/detail/8-ball-pool/noehfcgcdhbabgbmhbahipodfpndjedc |
| Beskrivning | Play a quick game of 8-ball pool in a popup. |
| Filstorlek | 13.1 MB |
| Antal Installationer | 7,000 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2021-03-25 |
| Publiceringsdatum | 2021-03-24 |
| Betyg | 4.86/5 Totalt 7 Betyg |
| Utvecklare | Maxim Collingwood |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |