Pinnacle Stats
Check your Pinnacle (pinnaclesports) statistics directly from extension
Pinnacle Statsคืออะไร?
Pinnacle Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Resistor Jack และคุณลักษณะหลักของมันคือ "Check your Pinnacle (pinnaclesports) statistics directly from extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinnacle Stats
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |