FACEIT Detailed CSGO Stats
Displaying detailed CSGO stats based on data from FACEIT API
FACEIT Detailed CSGO Statsคืออะไร?
FACEIT Detailed CSGO Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pito และคุณลักษณะหลักของมันคือ "Displaying detailed CSGO stats based on data from FACEIT API"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FACEIT Detailed CSGO Stats
ดาวน์โหลดไฟล์ส่วนขยาย FACEIT Detailed CSGO Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to watch your detailed FACEIT CSGO statistics. Using this extension you can see not only your stats, but the opponent's stats too, so it'll be helpful to see who's playing against you. Features: - Detailed total data/scores, kills, deaths, kda, hsr, etc. - Last 5 matches results display right with the global stats. - Tracking last 20 matches results and shows its detailed stats. - And more.. Note: FACEIT Detailed CSGO Stats is developed independently, and is not officially endorsed by or affiliated with FACEIT. Changelog: v.1.2.3 main: Fixed stats wasn't loading when changing pages --------------- v.1.2.1 (1.2.2) main: Fixes due to faceit updates. styles: enhanced 'loading' state, added spinner icon --------------- v1.2.0 main: - count info out of 7 matches instead of 5 - show wins/losses in 7 matches in 2nd block - add percentage value of wins and losses to last 20 matches block - add avg deaths and avg kills (total, 20 matches) - add support link styles: - add borders to blocks - add rounded corners to blocks - change background gradient a bit
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FACEIT Detailed CSGO Stats |
ID | oaidnaliiemolmekjkbppenhmfjfgfbn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/faceit-detailed-csgo-stat/oaidnaliiemolmekjkbppenhmfjfgfbn |
คำอธิบาย | Displaying detailed CSGO stats based on data from FACEIT API |
ขนาดไฟล์ | 19.48 KB |
จำนวนการติดตั้ง | 3,262 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2023-07-11 |
วันที่เผยแพร่ | 2022-04-06 |
คะแนน | 3.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | pito |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FACEIT Detailed CSGO Stats", "description": "Displaying detailed CSGO stats based on data from FACEIT API", "version": "1.2.3", "manifest_version": 3, "minimum_chrome_version": "88", "host_permissions": [ "https:\/\/open.faceit.com\/" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/www.faceit.com\/*" ], "js": [ "dist\/index.js" ] } ], "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "dist\/*.js" ], "matches": [ "https:\/\/www.faceit.com\/*" ] } ] } |