Pinnacle Stats

Check your Pinnacle (pinnaclesports) statistics directly from extension

What is Pinnacle Stats?

Pinnacle Stats is a Chrome extension developed by Resistor Jack, and its main feature is "Check your Pinnacle (pinnaclesports) statistics directly from extension".

Extension Screenshots

screenshot

Download Pinnacle Stats Extension CRX File

Download Pinnacle Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Pinnacle Stats Pinnacle Stats
ID idcdjbanpoapooelongjiclnnphecjjm
Official URL https://chrome.google.com/webstore/detail/pinnacle-stats/idcdjbanpoapooelongjiclnnphecjjm
Description Check your Pinnacle (pinnaclesports) statistics directly from extension
File Size 200 KB
Installation Count 12
Current Version 1.4
Last Updated 2018-02-10
Publish Date 2018-02-10
Rating 5.00/5 Total 3 Ratings
Developer Resistor Jack
Email [email protected]
Payment Type free
Supported Languages 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
}