Pinnacle Stats
Check your Pinnacle (pinnaclesports) statistics directly from extension
Co to jest Pinnacle Stats?
Pinnacle Stats to rozszerzenie Chrome opracowane przez Resistor Jack, a jego główną funkcją jest „Check your Pinnacle (pinnaclesports) statistics directly from extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pinnacle Stats
Pobierz pliki rozszerzeń Pinnacle Stats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | idcdjbanpoapooelongjiclnnphecjjm |
Oficjalny URL | https://chrome.google.com/webstore/detail/pinnacle-stats/idcdjbanpoapooelongjiclnnphecjjm |
Opis | Check your Pinnacle (pinnaclesports) statistics directly from extension |
Rozmiar pliku | 200 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2018-02-10 |
Data Publikacji | 2018-02-10 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Resistor Jack |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |