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