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 |
官方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 } |