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 擴展基本資訊
| 名稱 | |
| ID | lldjpaigpgnfecdidchmdkhmoajldkoe |
| 官方網址 | 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"
]
} | |