poker-gto-randomizer
GTO poker randomizer for optimal GTO play.
Cos'è poker-gto-randomizer?
poker-gto-randomizer è un'estensione di Chrome sviluppata da Fish Production, e la sua funzione principale è "GTO poker randomizer for optimal GTO play.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione poker-gto-randomizer
Scarica i file di estensione poker-gto-randomizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Poker GTO randomizer is a simple randomizer tool to implement optimal GTO strategy while playing online poker. It offers several quick access button to easily and rapidly randomize common spots. The extention can be detached from the browser and used as a standalone window.
Informazioni di Base sull'Estensione
Nome | poker-gto-randomizer |
ID | pdjdlfkoogccjhapclcknfpcdhjmiaap |
URL Ufficiale | https://chromewebstore.google.com/detail/poker-gto-randomizer/pdjdlfkoogccjhapclcknfpcdhjmiaap |
Descrizione | GTO poker randomizer for optimal GTO play. |
Dimensione del File | 474 KB |
Conteggio Installazioni | 654 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2023-12-09 |
Data di Pubblicazione | 2021-12-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Fish Production |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.fish-software.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "poker-gto-randomizer", "version": "0.2.0", "description": "GTO poker randomizer for optimal GTO play.", "manifest_version": 3, "default_locale": "en", "background": { "service_worker": "background.js" }, "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "action": { "default_popup": "views\/popup.html" } } |