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ファイルをダウンロード

Pinnacle Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}