Crunchyroll Dark Mode + UI Upgrade
Dark Mode for Cruncyroll on Desktop
什么是Crunchyroll Dark Mode + UI Upgrade?
Crunchyroll Dark Mode + UI Upgrade是由DevTopia开发的Chrome扩展程序,该扩展的主要功能是“Dark Mode for Cruncyroll on Desktop”。
扩展截图
下载Crunchyroll Dark Mode + UI Upgrade扩展crx文件
下载Crunchyroll Dark Mode + UI Upgrade扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dark Mode for Crunchyroll on Desktop.
** Next UPDATE**
Finally CR rolled-out their Dark Mode for Desktop and with that I will be changing the styling and adding new features to accommodate the new design.
---> Feature Request <---
If you would like to request a feature or notice any bugs, please let me know by leaving a review.
NOTE: This extension is not affiliated with or sponsored by Cruncyroll.com. This is just a helpful tool created until Crunchyroll updates the website with dark mode as they have done with their apps. 扩展基本信息
| 名称 | |
| ID | ameigalddkfonmfeclbpknhmacaponip |
| 官方URL | https://chromewebstore.google.com/detail/crunchyroll-dark-mode-+-u/ameigalddkfonmfeclbpknhmacaponip |
| 简介 | Dark Mode for Cruncyroll on Desktop |
| 文件大小 | 10.82 KB |
| 安装次数 | 837 |
| 当前版本 | 2.2.0 |
| 更新时间 | 2021-07-29 |
| 上架时间 | 2020-01-19 |
| 开发者 | DevTopia |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Crunchyroll Dark Mode + UI Upgrade",
"description": "Dark Mode for Cruncyroll on Desktop",
"version": "2.2.0",
"icons": {
"128": "icon_128.png"
},
"background": {
"scripts": [
"content.js"
],
"persistent": false
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/www.crunchyroll.com\/*"
]
}
]
} | |