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?
PokerNow Action Tracker是由RBD Devs开发的Chrome扩展程序,该扩展的主要功能是“● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…”。
扩展截图
下载PokerNow Action Tracker扩展crx文件
下载PokerNow Action Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
● 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 扩展基本信息
| 名称 | |
| ID | djjginplgckjlgllockmoibcpfiajhgb |
| 官方URL | https://chromewebstore.google.com/detail/pokernow-action-tracker/djjginplgckjlgllockmoibcpfiajhgb |
| 简介 | ● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of… |
| 文件大小 | 8.38 KB |
| 安装次数 | 104 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-09-20 |
| 上架时间 | 2023-09-20 |
| 开发者 | RBD Devs |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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\/*"
]
} | |