Texas Fold'em - BETA

Nit yourself a sweater.

ما هو Texas Fold'em - BETA؟

Texas Fold'em - BETA هو إضافة Chrome تم تطويرها بواسطة dsmith22295، والميزة الرئيسية لها هي "Nit yourself a sweater.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Texas Fold'em - BETA

قم بتنزيل ملفات الامتداد Texas Fold'em - BETA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Texas Fold'em - BETA Texas Fold'em - BETA
ID laobmgdlopjebboedlbninognaklolfi
عنوان URL الرسمي https://chromewebstore.google.com/detail/texas-foldem-beta/laobmgdlopjebboedlbninognaklolfi
الوصف Nit yourself a sweater.
حجم الملف 47.58 KB
عدد التثبيتات 52
النسخة الحالية 0.3.2
آخر تحديث 2023-08-08
تاريخ النشر 2022-02-28
تقييم 5.00/5 مجموع تقييمات 1
المطور dsmith22295
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}