Texas Fold'em - BETA

Nit yourself a sweater.

Texas Fold'em - BETA란 무엇입니까?

Texas Fold'em - BETA은(는) dsmith22295에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nit yourself a sweater."입니다.

확장 프로그램 스크린샷

screenshot

Texas Fold'em - BETA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}