PokerNow Action Tracker
● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…
PokerNow Action Tracker là gì?
PokerNow Action Tracker là một tiện ích mở rộng Chrome được phát triển bởi RBD Devs, và tính năng chính của nó là "● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PokerNow Action Tracker
Tải xuống các tệp mở rộng PokerNow Action Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
● 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PokerNow Action Tracker |
ID | djjginplgckjlgllockmoibcpfiajhgb |
URL Chính Thức | https://chromewebstore.google.com/detail/pokernow-action-tracker/djjginplgckjlgllockmoibcpfiajhgb |
Mô tả | ● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of… |
Kích Thước Tệp | 8.38 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-09-20 |
Ngày Phát Hành | 2023-09-20 |
Nhà Phát Triển | RBD Devs |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |