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" ] } |