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文件
下载Frag | Improved ESEA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*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" ] } |