PokerNow Action Tracker
● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…
Was ist PokerNow Action Tracker?
PokerNow Action Tracker ist eine Chrome-Erweiterung, die von RBD Devs entwickelt wurde, und ihr Hauptmerkmal ist "● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…".
Erweiterungsscreenshots
PokerNow Action Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie PokerNow Action Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
● 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | djjginplgckjlgllockmoibcpfiajhgb |
| Offizielle URL | https://chromewebstore.google.com/detail/pokernow-action-tracker/djjginplgckjlgllockmoibcpfiajhgb |
| Beschreibung | ● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of… |
| Dateigröße | 8.38 KB |
| Installationsanzahl | 104 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2023-09-20 |
| Veröffentlichungsdatum | 2023-09-20 |
| Entwickler | RBD Devs |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |