BetterEsportal
Improves Esportal by adding necessary features and customizations.
BetterEsportal란 무엇입니까?
BetterEsportal은(는) Rums에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves Esportal by adding necessary features and customizations."입니다.
확장 프로그램 스크린샷
BetterEsportal 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BetterEsportal is an actively maintained Chrome extension that smoothens your experience on Esportal.com by adding additional features and the ability to further customize the website. Highlights: - Automatically display Faceit elo and ranks in lobbies and profiles - Enhance profiles with extended statistics such as average kills, K/D, K/R, HS% - Ready up for matches automatically - Customize user profiles for visibility - Calculate a accurate win chance using Faceit stats - Disable the website's embedded stream and remove clutter such as banners and ads This extension is in active development and available in English and German for now. For the German version, please switch your browser language to German. If you want a native Swedish alternative, try out the Esportal+ extension instead. NOTE: BetterEsportal is developed independently, and is not officially endorsed by or affiliated with Esportal in any way.
확장 프로그램 기본 정보
이름 | BetterEsportal |
ID | iklnneabdldjlpgnpccikmcgnfedlnbi |
공식 URL | https://chromewebstore.google.com/detail/betteresportal/iklnneabdldjlpgnpccikmcgnfedlnbi |
설명 | Improves Esportal by adding necessary features and customizations. |
파일 크기 | 82.5 KB |
설치 횟수 | 74 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2023-04-27 |
출시 날짜 | 2022-07-05 |
개발자 | Rums |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterEsportal", "version": "1.2.5", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "64": "\/img\/betteresportal_logo64.png", "128": "\/img\/betteresportal_logo128.png" }, "action": { "default_popup": "\/html\/popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "\/js\/content-script.js", "\/js\/profile.js", "\/js\/lobby.js" ], "matches": [ "https:\/\/esportal.com\/*" ], "css": [ "\/css\/lobby.css" ], "run_at": "document_end" } ], "options_page": "\/html\/options.html", "host_permissions": [ "https:\/\/api.esportal.com\/*", "https:\/\/api.faceit.com\/*" ], "manifest_version": 3, "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ { "matches": [ "https:\/\/esportal.com\/*" ], "resources": [ "img\/*" ] } ] } |