Ignition Poker Odds

Poker odds and equity calculator for Poker Ignition game

Ignition Poker Odds란 무엇입니까?

Ignition Poker Odds은(는) yoggi1100에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Poker odds and equity calculator for Poker Ignition game"입니다.

확장 프로그램 스크린샷

screenshot

Ignition Poker Odds 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Within your Ignition Poker game, upon an action, this extension will automatically calculate your pot odds and hand equity to help you make the right decision.

https://www.ignitioncasino.eu/poker


The following shortcut keys can be used:

o - present the odds on screen
k - 'check' (when it is your action)
c -  'call' (when it is your action)
f - 'fold' (when it is your action)                    

확장 프로그램 기본 정보

이름 Ignition Poker Odds Ignition Poker Odds
ID jpjgkfmfbmaahogcicdgooeomcbljgak
공식 URL https://chromewebstore.google.com/detail/ignition-poker-odds/jpjgkfmfbmaahogcicdgooeomcbljgak
설명 Poker odds and equity calculator for Poker Ignition game
파일 크기 926 KB
설치 횟수 69
현재 버전 1.0.1
최근 업데이트 2022-12-06
출시 날짜 2022-12-03
개발자 yoggi1100
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ignition Poker Odds",
    "description": "Poker odds and equity calculator for Poker Ignition game",
    "version": "1.0.1",
    "action": {
        "default_icon": "favicon.png",
        "default_title": "Ignition Poker Odds",
        "default_icons": {
            "16": ".\/icons\/icon-16-16.png",
            "32": ".\/icons\/icon-32-32.png",
            "48": ".\/icons\/icon-48-48.png",
            "128": ".\/icons\/icon-128-128.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16-16.png",
        "32": ".\/icons\/icon-32-32.png",
        "48": ".\/icons\/icon-48-48.png",
        "128": ".\/icons\/icon-128-128.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.ignitioncasino.eu\/*",
        "https:\/\/www.pnmaster.club\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.min.js",
                "libs\/utils.js",
                "libs\/nojq.js",
                "libs\/strs.js",
                "libs\/tmpls.js",
                "libs\/cardParser.js",
                "content.js"
            ],
            "css": [
                "css\/ip-style.css"
            ],
            "matches": [
                "https:\/\/www.ignitioncasino.eu\/*",
                "file:\/\/\/*\/GCP\/chrome-plugins\/ignitionPoker\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "favicon.icon",
                "favicon.svg"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}