PokerNow Action Tracker
● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…
Co to jest PokerNow Action Tracker?
PokerNow Action Tracker to rozszerzenie Chrome opracowane przez RBD Devs, a jego główną funkcją jest „● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PokerNow Action Tracker
Pobierz pliki rozszerzeń PokerNow Action Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
● 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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | djjginplgckjlgllockmoibcpfiajhgb |
| Oficjalny URL | https://chromewebstore.google.com/detail/pokernow-action-tracker/djjginplgckjlgllockmoibcpfiajhgb |
| Opis | ● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of… |
| Rozmiar pliku | 8.38 KB |
| Liczba instalacji | 104 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2023-09-20 |
| Data Publikacji | 2023-09-20 |
| Deweloper | RBD Devs |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |