PokerNow Action Tracker
● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…
Wat is PokerNow Action Tracker?
PokerNow Action Tracker is een Chrome-extensie ontwikkeld door RBD Devs, en de belangrijkste functie is "● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…".
Extensie Screenshots
Download het CRX-bestand van de extensie PokerNow Action Tracker
Download PokerNow Action Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
● 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 Basisinformatie over de Extensie
| Naam | |
| ID | djjginplgckjlgllockmoibcpfiajhgb |
| Officiële URL | https://chromewebstore.google.com/detail/pokernow-action-tracker/djjginplgckjlgllockmoibcpfiajhgb |
| Beschrijving | ● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of… |
| Bestandsgrootte | 8.38 KB |
| Aantal Installaties | 104 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2023-09-20 |
| Publicatiedatum | 2023-09-20 |
| Ontwikkelaar | RBD Devs |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |