SoundCloud Comments Sort

Shows Sorted Soundcloud Comments by Time on Track

¿Qué es SoundCloud Comments Sort?

SoundCloud Comments Sort es una extensión de Chrome desarrollada por Sequent, y su función principal es "Shows Sorted Soundcloud Comments by Time on Track".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SoundCloud Comments Sort

Descarga archivos de extensión SoundCloud Comments Sort en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SoundCloud Comments Sort SoundCloud Comments Sort
ID ndfgddnmlnfdmndljkmhbeaidfnijbcd
URL Oficial https://chromewebstore.google.com/detail/soundcloud-comments-sort/ndfgddnmlnfdmndljkmhbeaidfnijbcd
Descripción Shows Sorted Soundcloud Comments by Time on Track
Tamaño del Archivo 878 KB
Cantidad de Instalaciones 571
Versión Actual 1.3
Última Actualización 2020-09-02
Fecha de Publicación 2017-04-05
Calificación 4.23/5 Total de 13 Calificaciones
Desarrollador Sequent
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}