Dark ESEA
Dark theme for ESEA's website.
Dark ESEAとは何ですか?
Dark ESEAはstreeによって開発されたChromeの拡張機能で、その主な機能は「Dark theme for ESEA's website.」です。
拡張機能のスクリーンショット
Dark ESEA拡張機能のCRXファイルをダウンロード
Dark ESEA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dark theme for ESEA's website.
Contact:
https://play.esea.net/users/274325
http://steamcommunity.com/id/sterdog420 拡張機能の基本情報
| 名前 | |
| ID | gcmkfijicnfknaaejbilojkeifhcefcp |
| 公式URL | https://chromewebstore.google.com/detail/dark-esea/gcmkfijicnfknaaejbilojkeifhcefcp |
| 説明 | Dark theme for ESEA's website. |
| ファイルサイズ | 232 KB |
| インストール数 | 229 |
| 現在のバージョン | 1.6 |
| 最終更新日 | 2016-03-31 |
| 公開日 | 2016-03-31 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | stree |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dark ESEA",
"version": "1.6",
"description": "Dark theme for ESEA's website.",
"manifest_version": 2,
"web_accessible_resources": [
"images\/*.png",
"images\/*.jpg"
],
"content_scripts": [
{
"css": [
"darkesea.css"
],
"matches": [
"http:\/\/*.esea.net\/*",
"https:\/\/*.esea.net\/*"
]
}
]
} | |