Pinnacle Stats

Check your Pinnacle (pinnaclesports) statistics directly from extension

Cos'è Pinnacle Stats?

Pinnacle Stats è un'estensione di Chrome sviluppata da Resistor Jack, e la sua funzione principale è "Check your Pinnacle (pinnaclesports) statistics directly from extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pinnacle Stats

Scarica i file di estensione Pinnacle Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will provide you:
– Overall value of won;
– Overall value of lost;
– Overall won bets;
– Highest win;
– Highest lost;
– Longest winning streak;
– Longest loosing streak.

Changelog:
1.4 - bankroll                    

Informazioni di Base sull'Estensione

Nome Pinnacle Stats Pinnacle Stats
ID idcdjbanpoapooelongjiclnnphecjjm
URL Ufficiale https://chrome.google.com/webstore/detail/pinnacle-stats/idcdjbanpoapooelongjiclnnphecjjm
Descrizione Check your Pinnacle (pinnaclesports) statistics directly from extension
Dimensione del File 200 KB
Conteggio Installazioni 12
Versione Corrente 1.4
Ultimo Aggiornamento 2018-02-10
Data di Pubblicazione 2018-02-10
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Resistor Jack
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinnacle Stats",
    "version": "1.4",
    "description": "Check your Pinnacle (pinnaclesports) statistics directly from extension",
    "permissions": [
        "*:\/\/pinnacle.com\/*",
        "*:\/\/*.pinnacle.com\/*",
        "tabs"
    ],
    "icons": {
        "16": ".\/img\/icon32.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/img\/icon32.png",
            "24": ".\/img\/icon32.png",
            "32": ".\/img\/icon48.png"
        },
        "default_title": "Statistics",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/vendor\/jquery.min.js",
            ".\/vendor\/lodash.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}