SoundCloud Dark - Purple theme for SoundCloud
Change the SoundCloud web UI to a dark mode with purple accents.
SoundCloud Dark - Purple theme for SoundCloudとは何ですか?
SoundCloud Dark - Purple theme for SoundCloudはRaphaëlによって開発されたChromeの拡張機能で、その主な機能は「Change the SoundCloud web UI to a dark mode with purple accents.」です。
拡張機能のスクリーンショット
SoundCloud Dark - Purple theme for SoundCloud拡張機能のCRXファイルをダウンロード
SoundCloud Dark - Purple theme for SoundCloud拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension that offers a dark theme with purple accents for the web version of SoundCloud.
拡張機能の基本情報
名前 | SoundCloud Dark - Purple theme for SoundCloud |
ID | naebniocckkfbbgefonjeahbbhhfafnj |
公式URL | https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj |
説明 | Change the SoundCloud web UI to a dark mode with purple accents. |
ファイルサイズ | 4.69 MB |
インストール数 | 23 |
現在のバージョン | 1.0 |
最終更新日 | 2023-10-25 |
公開日 | 2023-10-25 |
開発者 | Raphaël |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/rxphyy/soundcloud-dark |
ヘルプページのURL | https://github.com/rxphyy/soundcloud-dark/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SoundCloud Dark - Purple theme for SoundCloud", "version": "1.0", "description": "Change the SoundCloud web UI to a dark mode with purple accents.", "icons": { "48": "images\/48.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "css": [ "styles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "images\/play.png" ], "matches": [ " |