Pinnacle Stats

Check your Pinnacle (pinnaclesports) statistics directly from extension

Pinnacle Stats là gì?

Pinnacle Stats là một tiện ích mở rộng Chrome được phát triển bởi Resistor Jack, và tính năng chính của nó là "Check your Pinnacle (pinnaclesports) statistics directly from extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pinnacle Stats

Tải xuống các tệp mở rộng Pinnacle Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pinnacle Stats Pinnacle Stats
ID idcdjbanpoapooelongjiclnnphecjjm
URL Chính Thức https://chrome.google.com/webstore/detail/pinnacle-stats/idcdjbanpoapooelongjiclnnphecjjm
Mô tả Check your Pinnacle (pinnaclesports) statistics directly from extension
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2018-02-10
Ngày Phát Hành 2018-02-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Resistor Jack
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}