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 là gì?

SoundCloud set filter là một tiện ích mở rộng Chrome được phát triển bởi jasper.kuperus, và tính năng chính của nó là "Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SoundCloud set filter

Tải xuống các tệp mở rộng SoundCloud set filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SoundCloud set filter SoundCloud set filter
ID ldmbljhefagdaedbgekebmajgklckgbn
URL Chính Thức https://chrome.google.com/webstore/detail/soundcloud-set-filter/ldmbljhefagdaedbgekebmajgklckgbn
Mô tả Filter your SoundCloud stream to highlight DJ sets and make single songs less prominent. This extension allows you to quicker find…
Kích Thước Tệp 23.15 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-08-14
Ngày Phát Hành 2019-08-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jasper.kuperus
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jasperkuperus/soundcloud-set-filter
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}