Faceit elo statistics
Shows a notification when the user clicks on links.
Faceit elo statistics란 무엇입니까?
Faceit elo statistics은(는) iliyazelenkog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows a notification when the user clicks on links."입니다.
확장 프로그램 스크린샷
Faceit elo statistics 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple extension that allows you to view your or any player's statistics .
확장 프로그램 기본 정보
이름 | Faceit elo statistics |
ID | pbcjdjdkfffipjalaneimnjnogbajden |
공식 URL | https://chromewebstore.google.com/detail/faceit-elo-statistics/pbcjdjdkfffipjalaneimnjnogbajden |
설명 | Shows a notification when the user clicks on links. |
파일 크기 | 267 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-03-20 |
출시 날짜 | 2018-11-22 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | iliyazelenkog |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/iliyaZelenko/browser-extension-faceit-csgo |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.1", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "browser_style": true, "default_title": "browser-extension", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options\/options.html" }, "permissions": [ "notifications" ], "host_permissions": [ "https:\/\/open.faceit.com\/" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens popup" } } } |