PokerNow Action Tracker

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

What is PokerNow Action Tracker?

PokerNow Action Tracker is a Chrome extension developed by RBD Devs, and its main feature is "● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…".

Extension Screenshots

screenshot
screenshot
screenshot

Download PokerNow Action Tracker Extension CRX File

Download PokerNow Action Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ● 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                    

Extension Basic Information

Name PokerNow Action Tracker PokerNow Action Tracker
ID djjginplgckjlgllockmoibcpfiajhgb
Official URL 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…
File Size 8.38 KB
Installation Count 104
Current Version 1.0.1
Last Updated 2023-09-20
Publish Date 2023-09-20
Developer RBD Devs
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}