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開發的Chrome擴展程式,該擴展的主要功能是“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

下載U-tracker擴展crx文件

下載U-tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}