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 là gì?
Frag | Improved ESEA là một tiện ích mở rộng Chrome được phát triển bởi edit, và tính năng chính của nó là "An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Frag | Improved ESEA
Tải xuống các tệp mở rộng Frag | Improved ESEA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
*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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bmmkfncdfhjkefffchcghkbaidjpkhac |
URL Chính Thức | https://chrome.google.com/webstore/detail/frag-improved-esea/bmmkfncdfhjkefffchcghkbaidjpkhac |
Mô tả | An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility. |
Kích Thước Tệp | 54.98 KB |
Số Lần Cài Đặt | 331 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2019-02-25 |
Ngày Phát Hành | 2019-02-24 |
Đánh Giá | 4.73/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | edit |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |