Texas Fold'em - BETA

Nit yourself a sweater.

Apa itu Texas Fold'em - BETA?

Texas Fold'em - BETA adalah ekstensi Chrome yang dikembangkan oleh dsmith22295, dan fitur utamanya adalah "Nit yourself a sweater.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Texas Fold'em - BETA

Unduh file ekstensi Texas Fold'em - BETA dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Texas Fold'em - BETA Texas Fold'em - BETA
ID laobmgdlopjebboedlbninognaklolfi
URL Resmi https://chromewebstore.google.com/detail/texas-foldem-beta/laobmgdlopjebboedlbninognaklolfi
Deskripsi Nit yourself a sweater.
Ukuran File 47.58 KB
Jumlah Instalasi 52
Versi Saat Ini 0.3.2
Terakhir Diperbarui 2023-08-08
Tanggal Publikasi 2022-02-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang dsmith22295
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}