PokerNow Action Tracker

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

O que é PokerNow Action Tracker?

PokerNow Action Tracker é uma extensão do Chrome desenvolvida por RBD Devs, e sua principal característica é "● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PokerNow Action Tracker

Baixe arquivos de extensão PokerNow Action Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ● 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                    

Informações Básicas da Extensão

Nome PokerNow Action Tracker PokerNow Action Tracker
ID djjginplgckjlgllockmoibcpfiajhgb
URL Oficial https://chromewebstore.google.com/detail/pokernow-action-tracker/djjginplgckjlgllockmoibcpfiajhgb
Descrição ● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…
Tamanho do Arquivo 8.38 KB
Contagem de Instalações 104
Versão Atual 1.0.1
Última Atualização 2023-09-20
Data de Publicação 2023-09-20
Desenvolvedor RBD Devs
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}