TrackCheck for SoundCloud

BPM & Key analyzer for SoundCloud powered by sonicAPI.com

TrackCheck for SoundCloud란 무엇입니까?

TrackCheck for SoundCloud은(는) zplane.development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BPM & Key analyzer for SoundCloud powered by sonicAPI.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TrackCheck for SoundCloud 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TrackCheck for SoundCloud is a key and tempo analyzer for audio tracks. 


V1.1 : 
- button was moved to the transport bar.
- trackcheck uses now the streamable files by default (faster).
- do only one upload for the 2 analyzes.
- raised track duration limitation to 150 minutes.

Please be nice! We are dependent on soundcloud's design to place our button, so it can break sometimes.
So if the button doesn't appear or doesn't behave properly, just let us know at [email protected] (instead of letting a bad review :)



TrackCheck scans SoundCloud songs and detects the tempo and key of them.
The song must be either:
- Your own song (you must be logged in),
- Streamable or,
- Downloadable or,
- Already analyzed.

In addition to this, it helps you to find other SoundCloud songs that are similar to your song with respect to tempo and/or key.

Song owners can add the found results to SoundCloud´s metadata tags, with a simple button click.


TrackCheck makes use of the sonicAPI.com webservice that brings high-end music algorithms in the cloud.
TrackCheck is free of charge for now, but this may change in the future.


Help:
To start, go to SoundCloud, play a track, and click on the TrackCheck buttons which appears in the bottom transport bar.                    

확장 프로그램 기본 정보

이름 TrackCheck for SoundCloud TrackCheck for SoundCloud
ID jmjdcajkhmddfnfjhghodnijajdmcloe
공식 URL https://chromewebstore.google.com/detail/trackcheck-for-soundcloud/jmjdcajkhmddfnfjhghodnijajdmcloe
설명 BPM & Key analyzer for SoundCloud powered by sonicAPI.com
파일 크기 125 KB
설치 횟수 4,385
현재 버전 1.1.6
최근 업데이트 2021-09-13
출시 날짜 2020-03-06
평점 3.56/5 총 48 개의 평점
개발자 zplane.development
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.6",
    "icons": {
        "128": "images\/logo_sonicAPI_128.png"
    },
    "page_action": {
        "default_icon": "images\/logo_sonicAPI.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js_lib\/jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/soundcloud.com\/*"
            ],
            "js": [
                "js_lib\/jquery.min.js",
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/api.soundcloud.com\/*",
        "*:\/\/trackcheck.zplane.de\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}