U-tracker

Poker tracking tool for Unibet sites. This is a simple poker tracking extension similar to HEM or PT3. How to use? 1) Install the…

U-tracker क्या है?

U-tracker techstonia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Poker tracking tool for Unibet sites. This is a simple poker tracking extension similar to HEM or PT3. How to use? 1) Install the…"।

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

screenshot

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

crx प्रारूप में U-tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Poker tracking tool for Unibet sites. This is a simple poker tracking extension similar to HEM or PT3.

How to use? 
1) Install the extension
2) log into unibet and keep the tab open
3) Press the extension button
4) A new tab opens with some stats about your recent poker results

P.S. The extension calculates it's stats from the buy-in and sit-out amounts as Unibet doesn't offer an easy way to use hand-by-hand information

Please don't hesitate to e-mail me at [email protected].                    

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

नाम U-tracker U-tracker
ID ahjdheidpdofgigipopceegadiieldoe
आधिकारिक URL https://chrome.google.com/webstore/detail/u-tracker/ahjdheidpdofgigipopceegadiieldoe
विवरण Poker tracking tool for Unibet sites. This is a simple poker tracking extension similar to HEM or PT3. How to use? 1) Install the…
फ़ाइल का आकार 154 KB
स्थापना संख्या 62
वर्तमान संस्करण 0.7.0
अंतिम अपडेट 2019-01-13
प्रकाशन तिथि 2019-01-13
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर techstonia
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://techstonia.github.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "U-tracker",
    "version": "0.7.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "angular.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}