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