OpenHUD

An open-source online poker head-up display.

Cos'è OpenHUD?

OpenHUD è un'estensione di Chrome sviluppata da openhud-publishers, e la sua funzione principale è "An open-source online poker head-up display.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OpenHUD

Scarica i file di estensione OpenHUD 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

                        OpenHUD is an open-source online poker head-up display.

When playing in a supported site, OpenHUD adds information like hand ranges, suggested actions, and equity calculations. All shown directly on the poker table in floating panels next to each player.

★ Supported sites: all GGNetwork sites
★ Supported games: Texas hold 'em, Omaha hold 'em
★ Supported formats: Cash, Tournament, Rush, All-In or Fold (AoF)

Based on the open-source OpenHUD project:
https://github.com/OpenHUD/openhud

3rd-party plugins (modules) are supported through a webhook API:
https://github.com/OpenHUD/openhud-api                    

Informazioni di Base sull'Estensione

Nome OpenHUD OpenHUD
ID lldjpaigpgnfecdidchmdkhmoajldkoe
URL Ufficiale https://chromewebstore.google.com/detail/openhud/lldjpaigpgnfecdidchmdkhmoajldkoe
Descrizione An open-source online poker head-up display.
Dimensione del File 89.05 KB
Conteggio Installazioni 116
Versione Corrente 1.17
Ultimo Aggiornamento 2019-11-22
Data di Pubblicazione 2019-11-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore openhud-publishers
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/OpenHUD/openhud/blob/master/PRIVACY.md
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenHUD",
    "version": "1.17",
    "description": "An open-source online poker head-up display.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.ggn.live\/*\/table\/*",
                "https:\/\/*.ggpoker.network\/*\/table\/*",
                "https:\/\/app.good-game-network.com\/*\/table\/*"
            ],
            "js": [
                "jquery-3.3.1.slim.min.js",
                "common.js",
                "ServicesManager.js",
                "Service.js",
                "openhud.ggnetwork.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Open HUD",
        "default_popup": "toolbar.html"
    },
    "permissions": [
        "storage"
    ]
}