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はjasper.kuperusによって開発されたChromeの拡張機能で、その主な機能は「Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…」です。

拡張機能のスクリーンショット

screenshot

SoundCloud set filter拡張機能のCRXファイルをダウンロード

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