FACE-X
Faceit Stats on steamcommunity profile
FACE-Xคืออะไร?
FACE-X เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rksss และคุณลักษณะหลักของมันคือ "Faceit Stats on steamcommunity profile"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FACE-X
ดาวน์โหลดไฟล์ส่วนขยาย FACE-X ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FACE-X is a Google Chrome extension made by rksss. This extension seamlessly showcases a user's FACEIT statistics directly on their Steam profile. This convenient tool acts as a swift pathway to glean detailed information about a user's FACEIT stats without the need to navigate to the FACEIT platform. The extension shows valuable data, FACEIT level, elo, premium status, profile creation date, total matches played, country and regional ranking, recent performance outcomes, and detailed statistics from the last 20 games. Works on any Steam profile, regardless of privacy settings. As long as the Steam profile is linked to a FACEIT account, FACE-X will effortlessly unveil the pertinent data. This tool proves especially beneficial for those seeking to assess a player's skill level before adding them, providing insights into whether a player might be a smurf.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FACE-X |
ID | kbgbaiijelkigjdpodahiigocomklhdk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/face-x/kbgbaiijelkigjdpodahiigocomklhdk |
คำอธิบาย | Faceit Stats on steamcommunity profile |
ขนาดไฟล์ | 34.58 KB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2024-01-19 |
วันที่เผยแพร่ | 2024-01-11 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | rksss |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FACE-X", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "version": "1.0.1", "manifest_version": 3, "description": "Faceit Stats on steamcommunity profile", "action": { "default_icon": "img\/logo.png", "default_title": "Faceit Stats" }, "background": { "service_worker": "scripts\/background.js" }, "host_permissions": [ "https:\/\/api.faceit.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.steamcommunity.com\/id\/*", "*:\/\/*.steamcommunity.com\/profiles\/*" ], "exclude_matches": [ "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*", "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*" ], "css": [ "style.css" ], "js": [ "scripts\/main.js" ] } ], "web_accessible_resources": [ { "resources": [ "img\/levels\/1.svg", "img\/levels\/2.svg", "img\/levels\/3.svg", "img\/levels\/4.svg", "img\/levels\/5.svg", "img\/levels\/6.svg", "img\/levels\/7.svg", "img\/levels\/8.svg", "img\/levels\/9.svg", "img\/levels\/10.svg", "img\/levels\/unranked.svg" ], "matches": [ " |