OpenHUD

An open-source online poker head-up display.

OpenHUDคืออะไร?

OpenHUD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย openhud-publishers และคุณลักษณะหลักของมันคือ "An open-source online poker head-up display."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenHUD

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}