Comments Timeline for SoundCloud®

Sorts SoundCloud comments by time

Comments Timeline for SoundCloud® क्या है?

Comments Timeline for SoundCloud® Ali Demir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sorts SoundCloud comments by time"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Comments Timeline for SoundCloud® एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Comments Timeline offers features like:
- Display current playing track's comments on any tab
- Display all available comments in one page
- Sort options like track position, newest and oldest
- Auto scroll to comment at current playing track position
- Seek to comment's track position
- Highlight and navigate through creator comments (both publisher account and accounts listed on track's description)
- Highlight customizable keywords in comments
- Display current track's publisher and title on toolbar icon
- Display current track's comment count as badge
- Display different badge color for newly played tracks
- Like and repost the track when available
- Search for remixes of the track in soundcloud

Changelog:
1.4.4 ! fixed popup not displaying correctly on full cover tracks
1.4.4 ! fixed position not updating when track is set on repeat
1.4.4 + added play/pause functionality, you may click on position text

1.4.3 ! fixed popup not displaying correctly when token expires

1.4.2 ! fixed popup not displaying last active track correctly when soundcloud tab is unloaded

1.4.1 ! fixed popup not displaying last active track correctly when soundcloud tab is closed

1.4.0 ! fixed authentication for new soundcloud API

1.3.2 ! fixed unresponsive "Search for remixes" button for some tracks
1.3.2 ! fixed like button for active playing track in other playlist page
1.3.2 + improved "Search for remixes" functionality with better search strings

1.3.2 ! fixed broken track changes after soundcloud site update

1.3.0 ! fixed broken track changes after soundcloud site update
1.3.0 ! fixed search button visibility when track changes while popup is open
1.3.0 ! fixed track tooltip when track description is empty

1.2.0 + added a button to search for remixes of the track
1.2.0 ! fixed reposting tracks in playlists
1.2.0 ! fixed fetching track metadata from page when soundcloud API doesn't return any info
1.2.0 ! improved background url processing

1.1.0 + added a button to like a track when available
1.1.0 + added a button to repost a track when available
1.1.0 + track description is displayed on track title hover
1.1.0 + added an option to display bigger artwork and avatar images on hover
1.1.0 + added an option to auto scroll to current comment only for sets
1.1.0 ! fixed extension title when moved to tab
1.1.0 ! fixed some title artwork display bugs
1.1.0 ! fixed icon color for already listened tracks inside playlists
1.1.0 ! fixed playing time display when playing track changes in a track page
1.1.0 ! fixed negative timestamps on some rare occasions
1.1.0 ! fixed initializing options on startup
1.1.0 ! fixed badge count and title sometimes not showing correctly when track changes                    

एक्सटेंशन की मूल जानकारी

नाम Comments Timeline for SoundCloud® Comments Timeline for SoundCloud®
ID ggpjlmbfmpiimahafoijblaaofpdffff
आधिकारिक URL https://chromewebstore.google.com/detail/comments-timeline-for-sou/ggpjlmbfmpiimahafoijblaaofpdffff
विवरण Sorts SoundCloud comments by time
फ़ाइल का आकार 142 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.4.4
अंतिम अपडेट 2021-10-07
प्रकाशन तिथि 2020-03-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Ali Demir
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/soundcloud.com\/*",
                "*:\/\/m.soundcloud.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Sorts SoundCloud comments by time",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Comments Timeline for SoundCloud\u00ae",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "*:\/\/*.soundcloud.com\/*"
    ],
    "version": "1.4.4"
}