SoundCloud set filter
Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…
什麼是SoundCloud set filter?
SoundCloud set filter是由jasper.kuperus開發的Chrome擴展程式,該擴展的主要功能是“Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…”。
擴展截圖
下載SoundCloud set filter擴展crx文件
下載SoundCloud set filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ldmbljhefagdaedbgekebmajgklckgbn |
官方網址 | https://chrome.google.com/webstore/detail/soundcloud-set-filter/ldmbljhefagdaedbgekebmajgklckgbn |
簡介 | Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find… |
檔案大小 | 23.15 KB |
安裝次數 | 103 |
目前版本 | 0.3 |
更新時間 | 2019-08-14 |
上架時間 | 2019-08-14 |
評分 | 5.00/5 共 2 次評分 |
開發者 | jasper.kuperus |
付費類型 | free |
擴展官網 | https://github.com/jasperkuperus/soundcloud-set-filter |
支援的語言 | 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" } } |