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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "● Analyzed system design of popular poker website to display betting action from poker hands in real time ● Navigate DOM of…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PokerNow Action Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम PokerNow Action Tracker 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
ईमेल [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\/*"
    ]
}