Pinnacle Stats

Check your Pinnacle (pinnaclesports) statistics directly from extension

Pinnacle Stats란 무엇입니까?

Pinnacle Stats은(는) Resistor Jack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check your Pinnacle (pinnaclesports) statistics directly from extension"입니다.

확장 프로그램 스크린샷

screenshot

Pinnacle Stats 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Pinnacle Stats Pinnacle Stats
ID idcdjbanpoapooelongjiclnnphecjjm
공식 URL https://chrome.google.com/webstore/detail/pinnacle-stats/idcdjbanpoapooelongjiclnnphecjjm
설명 Check your Pinnacle (pinnaclesports) statistics directly from extension
파일 크기 200 KB
설치 횟수 12
현재 버전 1.4
최근 업데이트 2018-02-10
출시 날짜 2018-02-10
평점 5.00/5 총 3 개의 평점
개발자 Resistor Jack
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}