SoundCloud Enhancement Suite
SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud
什么是SoundCloud Enhancement Suite?
SoundCloud Enhancement Suite是由David Bond开发的Chrome扩展程序,该扩展的主要功能是“SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud”。
扩展截图
下载SoundCloud Enhancement Suite扩展crx文件
下载SoundCloud Enhancement Suite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* Removes reposted content from your stream * Hides the "discover" page, browsing to it redirects to the stream page. * Adds a "RELOAD" button for pullups to the audio player * Adds a direct link to "The Upload" playlist to the header
扩展基本信息
名称 | |
ID | gflolmeahbkikpgmjifobdfopjjodehh |
官方URL | https://chromewebstore.google.com/detail/soundcloud-enhancement-su/gflolmeahbkikpgmjifobdfopjjodehh |
简介 | SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud |
文件大小 | 409 KB |
安装次数 | 335 |
当前版本 | 0.2.0 |
更新时间 | 2020-04-18 |
上架时间 | 2020-04-18 |
评分 | 2.67/5 共3次评分 |
开发者 | David Bond |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/davidsbond/soundcloud-enhancement-suite |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SoundCloud Enhancement Suite", "manifest_version": 2, "content_scripts": [ { "js": [ "js\/index.js" ], "matches": [ "https:\/\/soundcloud.com\/*" ], "css": [ "css\/styles.css" ] } ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "0.2.0", "author": "David Bond |