Pokernow HUD

Heads-up display and hand recorder for the poker website pokernow.club. Currently does not support poker variants other than…

Pokernow HUDとは何ですか?

Pokernow HUDはUnrealduck Studiosによって開発されたChromeの拡張機能で、その主な機能は「Heads-up display and hand recorder for the poker website pokernow.club. Currently does not support poker variants other than…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Pokernow HUD拡張機能のCRXファイルをダウンロード

Pokernow HUD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Heads-up display and hand recorder for the poker website pokernow.club. Currently does not support poker variants other than Hold'em. Please email any bugs to [email protected]. Make sure to refresh any PokerNow page you have open after beginning the trial.

Check the help page in the extension popup for more info.

This extension does not facilitate online gambling as pokernow.club does not accept real money, and so is not a gambling website.                    

拡張機能の基本情報

名前 Pokernow HUD Pokernow HUD
ID cfollcpmoefbhkckhkmhlapkfnicljeh
公式URL https://chromewebstore.google.com/detail/pokernow-hud/cfollcpmoefbhkckhkmhlapkfnicljeh
説明 Heads-up display and hand recorder for the poker website pokernow.club. Currently does not support poker variants other than…
ファイルサイズ 260 KB
インストール数 1,581
現在のバージョン 10.7
最終更新日 2024-02-25
公開日 2021-01-04
評価 4.00/5 合計 6 レビュー
開発者 Unrealduck Studios
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pokernow HUD",
    "version": "10.7",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.pokernow.club\/games\/*"
            ],
            "js": [
                "ExtPay.js",
                "thirdParty\/jquery.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "donatePopup.html"
            ],
            "matches": [
                "https:\/\/www.pokernow.club\/*"
            ]
        }
    ]
}