SoundCloud set filter
Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…
Wat is SoundCloud set filter?
SoundCloud set filter is een Chrome-extensie ontwikkeld door jasper.kuperus, en de belangrijkste functie is "Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…".
Extensie Screenshots
Download het CRX-bestand van de extensie SoundCloud set filter
Download SoundCloud set filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ldmbljhefagdaedbgekebmajgklckgbn |
Officiële URL | https://chrome.google.com/webstore/detail/soundcloud-set-filter/ldmbljhefagdaedbgekebmajgklckgbn |
Beschrijving | Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find… |
Bestandsgrootte | 23.15 KB |
Aantal Installaties | 103 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2019-08-14 |
Publicatiedatum | 2019-08-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jasper.kuperus |
Betalingswijze | free |
Extensiewebsite | https://github.com/jasperkuperus/soundcloud-set-filter |
Ondersteunde Talen | 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" } } |