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
公式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
Eメール [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'"
}