OpenHUD
An open-source online poker head-up display.
OpenHUD क्या है?
OpenHUD openhud-publishers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An open-source online poker head-up display."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OpenHUD एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |