8-Ball Pool

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

Qu'est-ce que 8-Ball Pool ?

8-Ball Pool est une extension Chrome développée par Maxim Collingwood, et sa fonction principale est "Play a quick game of 8-ball pool in a popup.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 8-Ball Pool

Téléchargez les fichiers d'extension 8-Ball Pool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom 8-Ball Pool 8-Ball Pool
ID noehfcgcdhbabgbmhbahipodfpndjedc
URL Officiel https://chromewebstore.google.com/detail/8-ball-pool/noehfcgcdhbabgbmhbahipodfpndjedc
Description Play a quick game of 8-ball pool in a popup.
Taille du Fichier 13.1 MB
Nombre d'Installations 7,000
Version Actuelle 1
Dernière Mise à Jour 2021-03-25
Date de Publication 2021-03-24
Évaluation 4.86/5 Total 7 Évaluations
Développeur Maxim Collingwood
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}