OpenHUD
An open-source online poker head-up display.
Qu'est-ce que OpenHUD ?
OpenHUD est une extension Chrome développée par openhud-publishers, et sa fonction principale est "An open-source online poker head-up display.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OpenHUD
Téléchargez les fichiers d'extension OpenHUD 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
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
Informations de Base sur l'Extension
Nom | OpenHUD |
ID | lldjpaigpgnfecdidchmdkhmoajldkoe |
URL Officiel | https://chromewebstore.google.com/detail/openhud/lldjpaigpgnfecdidchmdkhmoajldkoe |
Description | An open-source online poker head-up display. |
Taille du Fichier | 89.05 KB |
Nombre d'Installations | 116 |
Version Actuelle | 1.17 |
Dernière Mise à Jour | 2019-11-22 |
Date de Publication | 2019-11-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | openhud-publishers |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/OpenHUD/openhud/blob/master/PRIVACY.md |
Langues Prises en Charge | 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" ] } |