SoundCloud Dark - Purple theme for SoundCloud
Change the SoundCloud web UI to a dark mode with purple accents.
SoundCloud Dark - Purple theme for SoundCloud là gì?
SoundCloud Dark - Purple theme for SoundCloud là một tiện ích mở rộng Chrome được phát triển bởi Raphaël, và tính năng chính của nó là "Change the SoundCloud web UI to a dark mode with purple accents.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SoundCloud Dark - Purple theme for SoundCloud
Tải xuống các tệp mở rộng SoundCloud Dark - Purple theme for SoundCloud dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Extension that offers a dark theme with purple accents for the web version of SoundCloud.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SoundCloud Dark - Purple theme for SoundCloud |
ID | naebniocckkfbbgefonjeahbbhhfafnj |
URL Chính Thức | https://chromewebstore.google.com/detail/soundcloud-dark-purple-th/naebniocckkfbbgefonjeahbbhhfafnj |
Mô tả | Change the SoundCloud web UI to a dark mode with purple accents. |
Kích Thước Tệp | 4.69 MB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-10-25 |
Ngày Phát Hành | 2023-10-25 |
Nhà Phát Triển | Raphaël |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rxphyy/soundcloud-dark |
URL Trang Trợ Giúp | https://github.com/rxphyy/soundcloud-dark/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |