SoundCloud set filter
Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…
SoundCloud set filter란 무엇입니까?
SoundCloud set filter은(는) jasper.kuperus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…"입니다.
확장 프로그램 스크린샷
SoundCloud set filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find your beloved DJ sets.
확장 프로그램 기본 정보
이름 | |
ID | ldmbljhefagdaedbgekebmajgklckgbn |
공식 URL | https://chrome.google.com/webstore/detail/soundcloud-set-filter/ldmbljhefagdaedbgekebmajgklckgbn |
설명 | Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find… |
파일 크기 | 23.15 KB |
설치 횟수 | 103 |
현재 버전 | 0.3 |
최근 업데이트 | 2019-08-14 |
출시 날짜 | 2019-08-14 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | jasper.kuperus |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jasperkuperus/soundcloud-set-filter |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SoundCloud set filter", "version": "0.3", "permissions": [ "*:\/\/soundcloud.com\/", "*:\/\/api-v2.soundcloud.com\/stream" ], "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/stream" ], "js": [ "content.js" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |