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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
● 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\/*"
]
} | |