poker-gto-randomizer

GTO poker randomizer for optimal GTO play.

What is poker-gto-randomizer?

poker-gto-randomizer is a Chrome extension developed by Fish Production, and its main feature is "GTO poker randomizer for optimal GTO play.".

Extension Screenshots

screenshot
screenshot

Download poker-gto-randomizer Extension CRX File

Download poker-gto-randomizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name poker-gto-randomizer poker-gto-randomizer
ID pdjdlfkoogccjhapclcknfpcdhjmiaap
Official URL https://chromewebstore.google.com/detail/poker-gto-randomizer/pdjdlfkoogccjhapclcknfpcdhjmiaap
Description GTO poker randomizer for optimal GTO play.
File Size 474 KB
Installation Count 654
Current Version 0.2.0
Last Updated 2023-12-09
Publish Date 2021-12-10
Rating 5.00/5 Total 3 Ratings
Developer Fish Production
Email [email protected]
Payment Type free
Extension Website https://www.fish-software.com
Supported Languages 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"
    }
}