SoundCloud Comments Sort
Shows Sorted Soundcloud Comments by Time on Track
Cos'è SoundCloud Comments Sort?
SoundCloud Comments Sort è un'estensione di Chrome sviluppata da Sequent, e la sua funzione principale è "Shows Sorted Soundcloud Comments by Time on Track".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SoundCloud Comments Sort
Scarica i file di estensione SoundCloud Comments Sort in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ndfgddnmlnfdmndljkmhbeaidfnijbcd |
| URL Ufficiale | https://chromewebstore.google.com/detail/soundcloud-comments-sort/ndfgddnmlnfdmndljkmhbeaidfnijbcd |
| Descrizione | Shows Sorted Soundcloud Comments by Time on Track |
| Dimensione del File | 878 KB |
| Conteggio Installazioni | 571 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2020-09-02 |
| Data di Pubblicazione | 2017-04-05 |
| Valutazione | 4.23/5 Totale 13 Valutazioni |
| Sviluppatore | Sequent |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |