SoundCloud set filter

Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…

SoundCloud set filterคืออะไร?

SoundCloud set filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jasper.kuperus และคุณลักษณะหลักของมันคือ "Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoundCloud set filter

ดาวน์โหลดไฟล์ส่วนขยาย SoundCloud set filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find your beloved DJ sets.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SoundCloud set filter SoundCloud set filter
ID ldmbljhefagdaedbgekebmajgklckgbn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/soundcloud-set-filter/ldmbljhefagdaedbgekebmajgklckgbn
คำอธิบาย Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…
ขนาดไฟล์ 23.15 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2019-08-14
วันที่เผยแพร่ 2019-08-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา jasper.kuperus
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jasperkuperus/soundcloud-set-filter
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoundCloud set filter",
    "version": "0.3",
    "permissions": [
        "*:\/\/soundcloud.com\/",
        "*:\/\/api-v2.soundcloud.com\/stream"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/stream"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}