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
拡張機能の基本情報
名前 | PokerNow Action Tracker |
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 |
Eメール | [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\/*" ] } |