SoundCloud Comments Sort

Shows Sorted Soundcloud Comments by Time on Track

Apa itu SoundCloud Comments Sort?

SoundCloud Comments Sort adalah ekstensi Chrome yang dikembangkan oleh Sequent, dan fitur utamanya adalah "Shows Sorted Soundcloud Comments by Time on Track".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SoundCloud Comments Sort

Unduh file ekstensi SoundCloud Comments Sort dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SoundCloud Comments Sort SoundCloud Comments Sort
ID ndfgddnmlnfdmndljkmhbeaidfnijbcd
URL Resmi https://chromewebstore.google.com/detail/soundcloud-comments-sort/ndfgddnmlnfdmndljkmhbeaidfnijbcd
Deskripsi Shows Sorted Soundcloud Comments by Time on Track
Ukuran File 878 KB
Jumlah Instalasi 571
Versi Saat Ini 1.3
Terakhir Diperbarui 2020-09-02
Tanggal Publikasi 2017-04-05
Penilaian 4.23/5 Total 13 Penilaian
Pengembang Sequent
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}