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 |
| Eメール | [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"
]
}
]
} | |