Pinnacle Stats
Check your Pinnacle (pinnaclesports) statistics directly from extension
Qu'est-ce que Pinnacle Stats ?
Pinnacle Stats est une extension Chrome développée par Resistor Jack, et sa fonction principale est "Check your Pinnacle (pinnaclesports) statistics directly from extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pinnacle Stats
Téléchargez les fichiers d'extension Pinnacle Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | idcdjbanpoapooelongjiclnnphecjjm |
URL Officiel | https://chrome.google.com/webstore/detail/pinnacle-stats/idcdjbanpoapooelongjiclnnphecjjm |
Description | Check your Pinnacle (pinnaclesports) statistics directly from extension |
Taille du Fichier | 200 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2018-02-10 |
Date de Publication | 2018-02-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Resistor Jack |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |