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.
扩展基本信息
名称 | Funimation Dark Mode |
ID | jebjmpoblhckkhjpegbcgpbhdpalbpih |
官方URL | 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\/*" ] } ] } |