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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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").
확장 프로그램 기본 정보
이름 | DarkCloud - SoundCloud Dark Mode |
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" ] } ] } |