PokerNow Action Tracker
● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…
Apa itu PokerNow Action Tracker?
PokerNow Action Tracker adalah ekstensi Chrome yang dikembangkan oleh RBD Devs, dan fitur utamanya adalah "● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PokerNow Action Tracker
Unduh file ekstensi PokerNow Action Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
● 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
Informasi Dasar Ekstensi
Nama | PokerNow Action Tracker |
ID | djjginplgckjlgllockmoibcpfiajhgb |
URL Resmi | https://chromewebstore.google.com/detail/pokernow-action-tracker/djjginplgckjlgllockmoibcpfiajhgb |
Deskripsi | ● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of… |
Ukuran File | 8.38 KB |
Jumlah Instalasi | 104 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-09-20 |
Tanggal Publikasi | 2023-09-20 |
Pengembang | RBD Devs |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |