Faceit pick map assistant
Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…
Faceit pick map assistant란 무엇입니까?
Faceit pick map assistant은(는) ant.shchurov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…"입니다.
확장 프로그램 스크린샷
Faceit pick map assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that enhances the experience on FACEIT.com by adding useful information about maps pick. Highlights: - See team score of map - See who not played some map NOTE: Faceit pick map assistant is developed independently, and is not officially endorsed by or affiliated with FACEIT.
확장 프로그램 기본 정보
이름 | Faceit pick map assistant |
ID | bpnfacghgpkdiglphjbiebnmocfalkdi |
공식 URL | https://chromewebstore.google.com/detail/faceit-pick-map-assistant/bpnfacghgpkdiglphjbiebnmocfalkdi |
설명 | Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that… |
파일 크기 | 156 KB |
설치 횟수 | 1,178 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-07-07 |
출시 날짜 | 2021-07-06 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | ant.shchurov |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faceit pick map assistant", "version": "1.0", "permissions": [ "https:\/\/api.faceit.com\/" ], "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.faceit.com\/*" ], "js": [ "content.bundle.js" ] } ] } |