8-Ball Pool
Play a quick game of 8-ball pool in a popup.
Cos'è 8-Ball Pool?
8-Ball Pool è un'estensione di Chrome sviluppata da Maxim Collingwood, e la sua funzione principale è "Play a quick game of 8-ball pool in a popup.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 8-Ball Pool
Scarica i file di estensione 8-Ball Pool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | noehfcgcdhbabgbmhbahipodfpndjedc |
| URL Ufficiale | https://chromewebstore.google.com/detail/8-ball-pool/noehfcgcdhbabgbmhbahipodfpndjedc |
| Descrizione | Play a quick game of 8-ball pool in a popup. |
| Dimensione del File | 13.1 MB |
| Conteggio Installazioni | 7,000 |
| Versione Corrente | 1 |
| Ultimo Aggiornamento | 2021-03-25 |
| Data di Pubblicazione | 2021-03-24 |
| Valutazione | 4.86/5 Totale 7 Valutazioni |
| Sviluppatore | Maxim Collingwood |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |