TrackCheck for SoundCloud

BPM & Key analyzer for SoundCloud powered by sonicAPI.com

TrackCheck for SoundCloud क्या है?

TrackCheck for SoundCloud zplane.development द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BPM & Key analyzer for SoundCloud powered by sonicAPI.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TrackCheck for SoundCloud एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}