Texas Fold'em - BETA

Nit yourself a sweater.

What is Texas Fold'em - BETA?

Texas Fold'em - BETA is a Chrome extension developed by dsmith22295, and its main feature is "Nit yourself a sweater.".

Extension Screenshots

screenshot

Download Texas Fold'em - BETA Extension CRX File

Download Texas Fold'em - BETA 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

                        This script only acts during preflop play and takes the junk hands that you would never see a flop with and hits fold on them for you. Used on the growing website Pokernow.club for Texas Hold'em which allows people to play with their friends for home games, I may expand it to work with other popular sites in the future.

Great for people playing multiple games at once or trying to multitask while doing work. Also great for reducing amount of needless clicks for people with wrist tendon issues like myself.

*Read the app's options menu for a detailed description.                    

Extension Basic Information

Name Texas Fold'em - BETA Texas Fold'em - BETA
ID laobmgdlopjebboedlbninognaklolfi
Official URL https://chromewebstore.google.com/detail/texas-foldem-beta/laobmgdlopjebboedlbninognaklolfi
Description Nit yourself a sweater.
File Size 47.58 KB
Installation Count 52
Current Version 0.3.2
Last Updated 2023-08-08
Publish Date 2022-02-28
Rating 5.00/5 Total 1 Ratings
Developer dsmith22295
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Texas Fold'em - BETA",
    "description": "Nit yourself a sweater.",
    "version": "0.3.2",
    "manifest_version": 3,
    "icons": {
        "128": "spade-icon-128.png"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_icon": "spade-icon-30.png",
        "default_popup": "popout.html"
    },
    "permissions": [
        "storage",
        "https:\/\/www.pokernow.club\/games\/*",
        "scripting",
        "activeTab"
    ]
}