Texas Fold'em - BETA

Nit yourself a sweater.

Was ist Texas Fold'em - BETA?

Texas Fold'em - BETA ist eine Chrome-Erweiterung, die von dsmith22295 entwickelt wurde, und ihr Hauptmerkmal ist "Nit yourself a sweater.".

Erweiterungsscreenshots

screenshot

Texas Fold'em - BETA-Erweiterungs-CRX-Datei herunterladen

Laden Sie Texas Fold'em - BETA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Texas Fold'em - BETA Texas Fold'em - BETA
ID laobmgdlopjebboedlbninognaklolfi
Offizielle URL https://chromewebstore.google.com/detail/texas-foldem-beta/laobmgdlopjebboedlbninognaklolfi
Beschreibung Nit yourself a sweater.
Dateigröße 47.58 KB
Installationsanzahl 52
Aktuelle Version 0.3.2
Letztes Update 2023-08-08
Veröffentlichungsdatum 2022-02-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler dsmith22295
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}