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 |
官方URL | 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" } } |