PokerNow Action Tracker

● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…

Qu'est-ce que PokerNow Action Tracker ?

PokerNow Action Tracker est une extension Chrome développée par RBD Devs, et sa fonction principale est "● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PokerNow Action Tracker

Téléchargez les fichiers d'extension PokerNow Action Tracker 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

                        ● Analyzed system design of popular poker website to display betting action from poker hands in real time
● Navigate DOM of existing website to interpret every possible game action with code and inject custom HTML tags                    

Informations de Base sur l'Extension

Nom PokerNow Action Tracker PokerNow Action Tracker
ID djjginplgckjlgllockmoibcpfiajhgb
URL Officiel https://chromewebstore.google.com/detail/pokernow-action-tracker/djjginplgckjlgllockmoibcpfiajhgb
Description ● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…
Taille du Fichier 8.38 KB
Nombre d'Installations 104
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-09-20
Date de Publication 2023-09-20
Développeur RBD Devs
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PokerNow Action Tracker",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pokernow.club\/*"
            ],
            "js": [
                "UI\/content.js"
            ],
            "css": [
                "UI\/styles.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.pokernow.club\/*"
    ]
}