Exs Dark Theme
Applies custom styling for gaming community exs.lv
Exs Dark Themeとは何ですか?
Exs Dark ThemeはArnoldsKによって開発されたChromeの拡張機能で、その主な機能は「Applies custom styling for gaming community exs.lv」です。
拡張機能のスクリーンショット
Exs Dark Theme拡張機能のCRXファイルをダウンロード
Exs Dark Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Nothing special is required. Simply install the extension and reload the page.
Enjoy the void! 拡張機能の基本情報
| 名前 | |
| ID | fboiialfdhmnbkmapmheglgkmpggdokb |
| 公式URL | https://chromewebstore.google.com/detail/exs-dark-theme/fboiialfdhmnbkmapmheglgkmpggdokb |
| 説明 | Applies custom styling for gaming community exs.lv |
| ファイルサイズ | 253 KB |
| インストール数 | 23 |
| 現在のバージョン | 4.4 |
| 最終更新日 | 2020-03-30 |
| 公開日 | 2020-03-25 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | ArnoldsK |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://exs.lv |
| ヘルプページのURL | https://exs.lv/user/2145 |
| 対応言語 | lv |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Exs Dark Theme",
"description": "Applies custom styling for gaming community exs.lv",
"version": "4.4",
"manifest_version": 2,
"web_accessible_resources": [
"js\/analytics.js",
"css\/style.css",
"img\/menu.png",
"img\/spoiler.png",
"img\/url.png",
"img\/img.png",
"img\/pepsi.png"
],
"content_scripts": [
{
"css": [
"css\/style.css"
],
"js": [
"js\/jquery-3.3.1.min.js",
"js\/main.js"
],
"matches": [
"https:\/\/exs.lv\/*"
],
"run_at": "document_start"
}
],
"converted_from_user_script": true,
"icons": {
"16": "icon-16.png",
"128": "icon-128.png"
},
"permissions": [
"storage"
]
} | |