SoundCloud set filter
Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…
Co to jest SoundCloud set filter?
SoundCloud set filter to rozszerzenie Chrome opracowane przez jasper.kuperus, a jego główną funkcją jest „Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SoundCloud set filter
Pobierz pliki rozszerzeń SoundCloud set filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ldmbljhefagdaedbgekebmajgklckgbn |
Oficjalny URL | https://chrome.google.com/webstore/detail/soundcloud-set-filter/ldmbljhefagdaedbgekebmajgklckgbn |
Opis | Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find… |
Rozmiar pliku | 23.15 KB |
Liczba instalacji | 103 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2019-08-14 |
Data Publikacji | 2019-08-14 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | jasper.kuperus |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jasperkuperus/soundcloud-set-filter |
Obsługiwane Języki | 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" } } |