OpenHUD

An open-source online poker head-up display.

OpenHUD là gì?

OpenHUD là một tiện ích mở rộng Chrome được phát triển bởi openhud-publishers, và tính năng chính của nó là "An open-source online poker head-up display.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OpenHUD

Tải xuống các tệp mở rộng OpenHUD dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OpenHUD OpenHUD
ID lldjpaigpgnfecdidchmdkhmoajldkoe
URL Chính Thức https://chromewebstore.google.com/detail/openhud/lldjpaigpgnfecdidchmdkhmoajldkoe
Mô tả An open-source online poker head-up display.
Kích Thước Tệp 89.05 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 1.17
Cập Nhật Lần Cuối 2019-11-22
Ngày Phát Hành 2019-11-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển openhud-publishers
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/OpenHUD/openhud/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}