Frag | Improved ESEA
An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.
Frag | Improved ESEA란 무엇입니까?
Frag | Improved ESEA은(는) edit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility."입니다.
확장 프로그램 스크린샷
Frag | Improved ESEA 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*WORKS FOR 2019 ESEA UPDATE* Dark theme and enhancement suite for your ESEA experience. Cleaner, larger fonts, slightly changed color scheme and focus on flat design. Primary features: - Dark theme - Crisp, legible font - Removal of gradients, box shadows, etc. - Cleaner charts and graphs Created by Erik "edit" Slatter https://twitter.com/erikslatter Not affiliated with ESEA, ESL or Turtle Entertainment in any way.
확장 프로그램 기본 정보
이름 | |
ID | bmmkfncdfhjkefffchcghkbaidjpkhac |
공식 URL | https://chrome.google.com/webstore/detail/frag-improved-esea/bmmkfncdfhjkefffchcghkbaidjpkhac |
설명 | An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility. |
파일 크기 | 54.98 KB |
설치 횟수 | 331 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2019-02-25 |
출시 날짜 | 2019-02-24 |
평점 | 4.73/5 총 11 개의 평점 |
개발자 | edit |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Frag | Improved ESEA", "version": "1.3.0", "description": "An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.", "author": "Erik 'edit' Slatter", "browser_action": { "default_icon": "icon48.png" }, "options_ui": { "page": "options.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery-3.2.1.min.js", "content.js" ], "matches": [ "https:\/\/*.esea.net\/*" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/*.esea.net\/*", "tabs", "webNavigation" ] } |