8-Ball Pool

Play a quick game of 8-ball pool in a popup.

Was ist 8-Ball Pool?

8-Ball Pool ist eine Chrome-Erweiterung, die von Maxim Collingwood entwickelt wurde, und ihr Hauptmerkmal ist "Play a quick game of 8-ball pool in a popup.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

8-Ball Pool-Erweiterungs-CRX-Datei herunterladen

Laden Sie 8-Ball Pool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name 8-Ball Pool 8-Ball Pool
ID noehfcgcdhbabgbmhbahipodfpndjedc
Offizielle URL https://chromewebstore.google.com/detail/8-ball-pool/noehfcgcdhbabgbmhbahipodfpndjedc
Beschreibung Play a quick game of 8-ball pool in a popup.
Dateigröße 13.1 MB
Installationsanzahl 7,000
Aktuelle Version 1
Letztes Update 2021-03-25
Veröffentlichungsdatum 2021-03-24
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler Maxim Collingwood
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}