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 |
| 官方網址 | 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"
]
} | |