Texas Fold'em - BETA

Nit yourself a sweater.

Hvad er Texas Fold'em - BETA?

Texas Fold'em - BETA er en Chrome-udvidelse udviklet af dsmith22295, og dens hovedfunktion er "Nit yourself a sweater.".

Udvidelsesskærmbilleder

screenshot

Download Texas Fold'em - BETA-udvidelses-CRX-fil

Download Texas Fold'em - BETA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Texas Fold'em - BETA Texas Fold'em - BETA
ID laobmgdlopjebboedlbninognaklolfi
Officiel URL https://chromewebstore.google.com/detail/texas-foldem-beta/laobmgdlopjebboedlbninognaklolfi
Beskrivelse Nit yourself a sweater.
Filstørrelse 47.58 KB
Antal Installationer 52
Nuværende Version 0.3.2
Senest Opdateret 2023-08-08
Udgivelsesdato 2022-02-28
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler dsmith22295
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}