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"입니다.

확장 프로그램 스크린샷

screenshot

SoundCloud Comments Sort 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}