SoundCloud set filter

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

Apa itu SoundCloud set filter?

SoundCloud set filter adalah ekstensi Chrome yang dikembangkan oleh jasper.kuperus, dan fitur utamanya adalah "Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SoundCloud set filter

Unduh file ekstensi SoundCloud set filter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SoundCloud set filter SoundCloud set filter
ID ldmbljhefagdaedbgekebmajgklckgbn
URL Resmi https://chrome.google.com/webstore/detail/soundcloud-set-filter/ldmbljhefagdaedbgekebmajgklckgbn
Deskripsi Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…
Ukuran File 23.15 KB
Jumlah Instalasi 103
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-08-14
Tanggal Publikasi 2019-08-14
Penilaian 5.00/5 Total 2 Penilaian
Pengembang jasper.kuperus
Tipe Pembayaran free
Situs Ekstensi https://github.com/jasperkuperus/soundcloud-set-filter
Bahasa yang Didukung 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"
    }
}