PokerNow Action Tracker
● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…
Cos'è PokerNow Action Tracker?
PokerNow Action Tracker è un'estensione di Chrome sviluppata da RBD Devs, e la sua funzione principale è "● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PokerNow Action Tracker
Scarica i file di estensione PokerNow Action Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
● 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | djjginplgckjlgllockmoibcpfiajhgb |
| URL Ufficiale | https://chromewebstore.google.com/detail/pokernow-action-tracker/djjginplgckjlgllockmoibcpfiajhgb |
| Descrizione | ● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of… |
| Dimensione del File | 8.38 KB |
| Conteggio Installazioni | 104 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2023-09-20 |
| Data di Pubblicazione | 2023-09-20 |
| Sviluppatore | RBD Devs |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |