Esportal+
Adds some useful esportal features.
Esportal+란 무엇입니까?
Esportal+은(는) gretastudios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds some useful esportal features."입니다.
확장 프로그램 스크린샷
Esportal+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Esportal+ is an extension that enhances the experience on Esportal by adding some simple but useful features. General: - Automatically commend teammates - Automatically accept match Lobby: - See players Faceit level - Latest game stats - Better win chance estimation - Suggested veto Profile: - See player Faceit level - See overall stats - Last 5 games stats The features are configurable in order to customize your personal experience. NOTE: Esportal Plus is developed independently, and is not affiliated with Esportal.
확장 프로그램 기본 정보
이름 | Esportal+ |
ID | ifhcmneekidaiocafljckjjldjliidjk |
공식 URL | https://chromewebstore.google.com/detail/esportal+/ifhcmneekidaiocafljckjjldjliidjk |
설명 | Adds some useful esportal features. |
파일 크기 | 1.83 MB |
설치 횟수 | 9,060 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2023-01-20 |
출시 날짜 | 2022-01-03 |
평점 | 4.43/5 총 14 개의 평점 |
개발자 | gretastudios |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Esportal+", "description": "Adds some useful esportal features.", "version": "2.1.0", "manifest_version": 3, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/api.esportal.com\/*", "https:\/\/api.faceit.com\/*", "https:\/\/skovdehem.se\/esp\/*" ], "icons": { "16": "\/img\/icons\/icon16.png", "48": "\/img\/icons\/icon48.png", "128": "\/img\/icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "img\/icons\/*", "img\/faceit\/*", "img\/ranks\/*", "img\/maps\/*", "img\/mvp.svg" ], "matches": [ "https:\/\/esportal.com\/*" ] } ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/esportal.com\/*" ], "js": [ "\/content\/api\/latestmatches.js", "\/content\/api\/match.js", "\/content\/api\/user.js", "\/content\/common\/accept.js", "\/content\/common\/dom.js", "\/content\/common\/faceit.js", "\/content\/common\/hide.js", "\/content\/common\/premium.js", "\/content\/common\/settings.js", "\/content\/common\/toggle.js", "\/content\/common\/utils.js", "\/content\/lobby\/bestmap.js", "\/content\/lobby\/lobby.js", "\/content\/profile\/profile.js", "\/content\/profile\/history.js", "\/content\/content.js" ] } ], "action": { "default_icon": "\/img\/icons\/icon48.png", "default_popup": "\/popup\/popup.html" }, "background": { "service_worker": "\/background\/background.js" } } |