OpenHUD
An open-source online poker head-up display.
OpenHUDとは何ですか?
OpenHUDはopenhud-publishersによって開発されたChromeの拡張機能で、その主な機能は「An open-source online poker head-up display.」です。
拡張機能のスクリーンショット
OpenHUD拡張機能のCRXファイルをダウンロード
OpenHUD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | OpenHUD |
ID | lldjpaigpgnfecdidchmdkhmoajldkoe |
公式URL | https://chromewebstore.google.com/detail/openhud/lldjpaigpgnfecdidchmdkhmoajldkoe |
説明 | An open-source online poker head-up display. |
ファイルサイズ | 89.05 KB |
インストール数 | 116 |
現在のバージョン | 1.17 |
最終更新日 | 2019-11-22 |
公開日 | 2019-11-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | openhud-publishers |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/OpenHUD/openhud/blob/master/PRIVACY.md |
対応言語 | 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" ] } |