SoundCloud Comments Sort
Shows Sorted Soundcloud Comments by Time on Track
Was ist SoundCloud Comments Sort?
SoundCloud Comments Sort ist eine Chrome-Erweiterung, die von Sequent entwickelt wurde, und ihr Hauptmerkmal ist "Shows Sorted Soundcloud Comments by Time on Track".
Erweiterungsscreenshots
SoundCloud Comments Sort-Erweiterungs-CRX-Datei herunterladen
Laden Sie SoundCloud Comments Sort-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SoundCloud Comments Sort |
ID | ndfgddnmlnfdmndljkmhbeaidfnijbcd |
Offizielle URL | https://chromewebstore.google.com/detail/soundcloud-comments-sort/ndfgddnmlnfdmndljkmhbeaidfnijbcd |
Beschreibung | Shows Sorted Soundcloud Comments by Time on Track |
Dateigröße | 878 KB |
Installationsanzahl | 571 |
Aktuelle Version | 1.3 |
Letztes Update | 2020-09-02 |
Veröffentlichungsdatum | 2017-04-05 |
Bewertung | 4.23/5 Insgesamt 13 Bewertungen |
Entwickler | Sequent |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |