SoundCloud Comments Sort

Shows Sorted Soundcloud Comments by Time on Track

ما هو SoundCloud Comments Sort؟

SoundCloud Comments Sort هو إضافة Chrome تم تطويرها بواسطة Sequent، والميزة الرئيسية لها هي "Shows Sorted Soundcloud Comments by Time on Track".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SoundCloud Comments Sort

قم بتنزيل ملفات الامتداد SoundCloud Comments Sort بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم SoundCloud Comments Sort SoundCloud Comments Sort
ID ndfgddnmlnfdmndljkmhbeaidfnijbcd
عنوان URL الرسمي https://chromewebstore.google.com/detail/soundcloud-comments-sort/ndfgddnmlnfdmndljkmhbeaidfnijbcd
الوصف Shows Sorted Soundcloud Comments by Time on Track
حجم الملف 878 KB
عدد التثبيتات 571
النسخة الحالية 1.3
آخر تحديث 2020-09-02
تاريخ النشر 2017-04-05
تقييم 4.23/5 مجموع تقييمات 13
المطور Sequent
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}