Pokernow HUD

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

Qu'est-ce que Pokernow HUD ?

Pokernow HUD est une extension Chrome développée par Unrealduck Studios, et sa fonction principale est "Heads-up display and hand recorder for the poker website pokernow.club. Currently does not support poker variants other than…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pokernow HUD

Téléchargez les fichiers d'extension Pokernow HUD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pokernow HUD Pokernow HUD
ID cfollcpmoefbhkckhkmhlapkfnicljeh
URL Officiel https://chromewebstore.google.com/detail/pokernow-hud/cfollcpmoefbhkckhkmhlapkfnicljeh
Description Heads-up display and hand recorder for the poker website pokernow.club. Currently does not support poker variants other than…
Taille du Fichier 260 KB
Nombre d'Installations 1,581
Version Actuelle 10.7
Dernière Mise à Jour 2024-02-25
Date de Publication 2021-01-04
Évaluation 4.00/5 Total 6 Évaluations
Développeur Unrealduck Studios
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}