SoundCloud Comments Sort

Shows Sorted Soundcloud Comments by Time on Track

SoundCloud Comments Sort क्या है?

SoundCloud Comments Sort Sequent द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows Sorted Soundcloud Comments by Time on Track"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SoundCloud Comments Sort एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}