Pinnacle Stats

Check your Pinnacle (pinnaclesports) statistics directly from extension

Wat is Pinnacle Stats?

Pinnacle Stats is een Chrome-extensie ontwikkeld door Resistor Jack, en de belangrijkste functie is "Check your Pinnacle (pinnaclesports) statistics directly from extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pinnacle Stats

Download Pinnacle Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Pinnacle Stats Pinnacle Stats
ID idcdjbanpoapooelongjiclnnphecjjm
Officiële URL https://chrome.google.com/webstore/detail/pinnacle-stats/idcdjbanpoapooelongjiclnnphecjjm
Beschrijving Check your Pinnacle (pinnaclesports) statistics directly from extension
Bestandsgrootte 200 KB
Aantal Installaties 12
Huidige Versie 1.4
Laatst Bijgewerkt 2018-02-10
Publicatiedatum 2018-02-10
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Resistor Jack
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}