SoundCloud Comments Sort
Shows Sorted Soundcloud Comments by Time on Track
什么是SoundCloud Comments Sort?
SoundCloud Comments Sort是由Sequent开发的Chrome扩展程序,该扩展的主要功能是“Shows Sorted Soundcloud Comments by Time on Track”。
扩展截图
下载SoundCloud Comments Sort扩展crx文件
下载SoundCloud Comments Sort扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sort SoundCloud Comments By Time on Track Ever wanted to see SoundCloud comments at a certain moment of a track but there are too many too at that time to see valuable ones? It makes it very difficult to find the ID of a track at a certain point in a mix. The simple extension displays SoundCloud comments for a track you are listening to sorted by their time.
扩展基本信息
名称 | SoundCloud Comments Sort |
ID | ndfgddnmlnfdmndljkmhbeaidfnijbcd |
官方URL | https://chromewebstore.google.com/detail/soundcloud-comments-sort/ndfgddnmlnfdmndljkmhbeaidfnijbcd |
简介 | Shows Sorted Soundcloud Comments by Time on Track |
文件大小 | 878 KB |
安装次数 | 571 |
当前版本 | 1.3 |
更新时间 | 2020-09-02 |
上架时间 | 2017-04-05 |
评分 | 4.23/5 共13次评分 |
开发者 | Sequent |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SoundCloud Comments Sort", "description": "Shows Sorted Soundcloud Comments by Time on Track", "version": "1.3", "permissions": [ "https:\/\/soundcloud.com\/*", "https:\/\/api.soundcloud.com\/*" ], "browser_action": { "default_icon": "img\/icon19.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |