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…

O que é U-tracker?

U-tracker é uma extensão do Chrome desenvolvida por techstonia, e sua principal característica é "Poker tracking tool for Unibet sites. This is a simple poker tracking extension similar to HEM or PT3. How to use? 1) Install the…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão U-tracker

Baixe arquivos de extensão U-tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome U-tracker U-tracker
ID ahjdheidpdofgigipopceegadiieldoe
URL Oficial https://chrome.google.com/webstore/detail/u-tracker/ahjdheidpdofgigipopceegadiieldoe
Descrição Poker tracking tool for Unibet sites. This is a simple poker tracking extension similar to HEM or PT3. How to use? 1) Install the…
Tamanho do Arquivo 154 KB
Contagem de Instalações 62
Versão Atual 0.7.0
Última Atualização 2019-01-13
Data de Publicação 2019-01-13
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor techstonia
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://techstonia.github.io
Idiomas Suportados 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'"
}