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 là gì?

U-tracker là một tiện ích mở rộng Chrome được phát triển bởi techstonia, và tính năng chính của nó là "Poker tracking tool for Unibet sites. This is a simple poker tracking extension similar to HEM or PT3. How to use? 1) Install the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng U-tracker

Tải xuống các tệp mở rộng U-tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên U-tracker U-tracker
ID ahjdheidpdofgigipopceegadiieldoe
URL Chính Thức https://chrome.google.com/webstore/detail/u-tracker/ahjdheidpdofgigipopceegadiieldoe
Mô tả Poker tracking tool for Unibet sites. This is a simple poker tracking extension similar to HEM or PT3. How to use? 1) Install the…
Kích Thước Tệp 154 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 0.7.0
Cập Nhật Lần Cuối 2019-01-13
Ngày Phát Hành 2019-01-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển techstonia
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://techstonia.github.io
Ngôn Ngữ Được Hỗ Trợ 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'"
}