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