SoundCloud Comments Sort

Shows Sorted Soundcloud Comments by Time on Track

Qu'est-ce que SoundCloud Comments Sort ?

SoundCloud Comments Sort est une extension Chrome développée par Sequent, et sa fonction principale est "Shows Sorted Soundcloud Comments by Time on Track".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SoundCloud Comments Sort

Téléchargez les fichiers d'extension SoundCloud Comments Sort au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SoundCloud Comments Sort SoundCloud Comments Sort
ID ndfgddnmlnfdmndljkmhbeaidfnijbcd
URL Officiel https://chromewebstore.google.com/detail/soundcloud-comments-sort/ndfgddnmlnfdmndljkmhbeaidfnijbcd
Description Shows Sorted Soundcloud Comments by Time on Track
Taille du Fichier 878 KB
Nombre d'Installations 571
Version Actuelle 1.3
Dernière Mise à Jour 2020-09-02
Date de Publication 2017-04-05
Évaluation 4.23/5 Total 13 Évaluations
Développeur Sequent
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}