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\/*"
]
} | |