Ignition Poker Odds

Poker odds and equity calculator for Poker Ignition game

Ignition Poker Oddsคืออะไร?

Ignition Poker Odds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yoggi1100 และคุณลักษณะหลักของมันคือ "Poker odds and equity calculator for Poker Ignition game"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ignition Poker Odds

ดาวน์โหลดไฟล์ส่วนขยาย Ignition Poker Odds ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}