SoundCloud set filter
Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…
What is SoundCloud set filter?
SoundCloud set filter is a Chrome extension developed by jasper.kuperus, and its main feature is "Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…".
Extension Screenshots
Download SoundCloud set filter Extension CRX File
Download SoundCloud set filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ldmbljhefagdaedbgekebmajgklckgbn |
Official URL | https://chrome.google.com/webstore/detail/soundcloud-set-filter/ldmbljhefagdaedbgekebmajgklckgbn |
Description | Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find… |
File Size | 23.15 KB |
Installation Count | 103 |
Current Version | 0.3 |
Last Updated | 2019-08-14 |
Publish Date | 2019-08-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jasper.kuperus |
Payment Type | free |
Extension Website | https://github.com/jasperkuperus/soundcloud-set-filter |
Supported Languages | 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" } } |