SoundCloud Comments Sort

Shows Sorted Soundcloud Comments by Time on Track

Co je SoundCloud Comments Sort?

SoundCloud Comments Sort je rozšíření Chrome vyvinuté Sequent, a jeho hlavní funkcí je „Shows Sorted Soundcloud Comments by Time on Track“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SoundCloud Comments Sort

Stáhněte si soubory rozšíření SoundCloud Comments Sort ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SoundCloud Comments Sort SoundCloud Comments Sort
ID ndfgddnmlnfdmndljkmhbeaidfnijbcd
Oficiální URL https://chromewebstore.google.com/detail/soundcloud-comments-sort/ndfgddnmlnfdmndljkmhbeaidfnijbcd
Popis Shows Sorted Soundcloud Comments by Time on Track
Velikost souboru 878 KB
Počet instalací 571
Aktuální Verze 1.3
Poslední Aktualizace 2020-09-02
Datum Vydání 2017-04-05
Hodnocení 4.23/5 Celkem 13 Hodnocení
Vývojář Sequent
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}