SoundCloud Comments Sort
Shows Sorted Soundcloud Comments by Time on Track
Vad är SoundCloud Comments Sort?
SoundCloud Comments Sort är en Chrome-tillägg utvecklad av Sequent, och dess huvudfunktion är "Shows Sorted Soundcloud Comments by Time on Track".
Tilläggsskärmbilder
Ladda ner SoundCloud Comments Sort-förlängningens CRX-fil
Ladda ner SoundCloud Comments Sort-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ndfgddnmlnfdmndljkmhbeaidfnijbcd |
| Officiell webbadress | https://chromewebstore.google.com/detail/soundcloud-comments-sort/ndfgddnmlnfdmndljkmhbeaidfnijbcd |
| Beskrivning | Shows Sorted Soundcloud Comments by Time on Track |
| Filstorlek | 878 KB |
| Antal Installationer | 571 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2020-09-02 |
| Publiceringsdatum | 2017-04-05 |
| Betyg | 4.23/5 Totalt 13 Betyg |
| Utvecklare | Sequent |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |