SoundCloud set filter
Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…
Cos'è SoundCloud set filter?
SoundCloud set filter è un'estensione di Chrome sviluppata da jasper.kuperus, e la sua funzione principale è "Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SoundCloud set filter
Scarica i file di estensione SoundCloud set filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ldmbljhefagdaedbgekebmajgklckgbn |
URL Ufficiale | https://chrome.google.com/webstore/detail/soundcloud-set-filter/ldmbljhefagdaedbgekebmajgklckgbn |
Descrizione | Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find… |
Dimensione del File | 23.15 KB |
Conteggio Installazioni | 103 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2019-08-14 |
Data di Pubblicazione | 2019-08-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | jasper.kuperus |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jasperkuperus/soundcloud-set-filter |
Lingue Supportate | 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" } } |