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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RBD Devs และคุณลักษณะหลักของมันคือ "● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PokerNow Action Tracker
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
]
} | |