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 je SoundCloud set filter?
SoundCloud set filter je rozšíření Chrome vyvinuté jasper.kuperus, a jeho hlavní funkcí je „Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SoundCloud set filter
Stáhněte si soubory rozšíření SoundCloud set filter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ldmbljhefagdaedbgekebmajgklckgbn |
Oficiální URL | https://chrome.google.com/webstore/detail/soundcloud-set-filter/ldmbljhefagdaedbgekebmajgklckgbn |
Popis | Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find… |
Velikost souboru | 23.15 KB |
Počet instalací | 103 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2019-08-14 |
Datum Vydání | 2019-08-14 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | jasper.kuperus |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/jasperkuperus/soundcloud-set-filter |
Podporované Jazyky | 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" } } |