FACE-X
Faceit Stats on steamcommunity profile
FACE-X란 무엇입니까?
FACE-X은(는) rksss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Faceit Stats on steamcommunity profile"입니다.
확장 프로그램 스크린샷
FACE-X 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |