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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}