DarkCloud - SoundCloud Dark Mode
Changes soundcloud.com to a dark theme.
什么是DarkCloud - SoundCloud Dark Mode?
DarkCloud - SoundCloud Dark Mode是由iNet开发的Chrome扩展程序,该扩展的主要功能是“Changes soundcloud.com to a dark theme.”。
扩展截图
下载DarkCloud - SoundCloud Dark Mode扩展crx文件
下载DarkCloud - SoundCloud Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turns Soundcloud.com into night mode, making it easier on the eyes.
As a frequent Soundcloud user, I found the lack of a first-party 'night mode' strange. Thus, I have created one myself. I have tried to test as many pages and features as possible to ensure they work and look as intended, however I may have missed some. If this is the case, leave a ticket on GitHub (the "support website"). 扩展基本信息
| 名称 | |
| ID | mefnnonjkpgbkbedlbgcbhkbgddghodn |
| 官方URL | https://chromewebstore.google.com/detail/darkcloud-soundcloud-dark/mefnnonjkpgbkbedlbgcbhkbgddghodn |
| 简介 | Changes soundcloud.com to a dark theme. |
| 文件大小 | 20.03 KB |
| 安装次数 | 7,174 |
| 当前版本 | 1.6.4 |
| 更新时间 | 2023-11-11 |
| 上架时间 | 2022-05-17 |
| 评分 | 4.76/5 共21次评分 |
| 开发者 | iNet |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/IEVEVO/darkcloud |
| 帮助页面URL | https://github.com/IEVEVO/darkcloud/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "DarkCloud - SoundCloud Dark Mode",
"version": "1.6.4",
"description": "Changes soundcloud.com to a dark theme.",
"icons": {
"256": "icons\/logo.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.soundcloud.com\/*"
],
"exclude_globs": [
"*:\/\/*.soundcloud.com\/settings\/connections"
],
"css": [
"dark.css"
]
}
]
} | |