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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | idcdjbanpoapooelongjiclnnphecjjm |
官方網址 | 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 } |