Funimation Dark Mode
Dark Mode for Funimation
什麼是Funimation Dark Mode?
Funimation Dark Mode是由tavovnt開發的Chrome擴展程式,該擴展的主要功能是“Dark Mode for Funimation”。
擴展截圖
下載Funimation Dark Mode擴展crx文件
下載Funimation Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Here's a sleek dark skin design of the well known Funimation website. 擴展基本資訊
| 名稱 | |
| ID | jebjmpoblhckkhjpegbcgpbhdpalbpih |
| 官方網址 | https://chromewebstore.google.com/detail/funimation-dark-mode/jebjmpoblhckkhjpegbcgpbhdpalbpih |
| 簡介 | Dark Mode for Funimation |
| 檔案大小 | 13.19 KB |
| 安裝次數 | 1,467 |
| 目前版本 | 1.02 |
| 更新時間 | 2021-03-06 |
| 上架時間 | 2020-08-04 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | tavovnt |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Funimation Dark Mode",
"version": "1.02",
"description": "Dark Mode for Funimation",
"icons": {
"16": "funicon16.png",
"48": "FUN48.png",
"128": "funicon128.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"*:\/\/*.funimation.com\/*"
]
}
]
} | |