DJ controls for any website

This extension brings DJ controls on any website (YouTube, Spotify...), a must have! Designed by expert in DJ softwares at YouDJ.

DJ controls for any website là gì?

DJ controls for any website là một tiện ích mở rộng Chrome được phát triển bởi https://you.dj, và tính năng chính của nó là "This extension brings DJ controls on any website (YouTube, Spotify...), a must have! Designed by expert in DJ softwares at YouDJ.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DJ controls for any website

Tải xuống các tệp mở rộng DJ controls for any website 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

                        Designed by audio engineers, this extension is powered by the technology of the popular YouDJ DJ software. You will see the difference with the audio other extensions... ;)

You get the same DJ features of a real DJ software, such as :

* 8 audio effects with XY pad (echo, reverb, flanger...)
* 3 bands equalizer with a -60dB cut (professional EQ filters)
* the famous hipass/lowpass resonant filter (used by all DJs)
* volume booster, bass booster and gain control
* volume limiter with a high-class dynamic compressor
* sampler launchpad (horn, are you readyyy...)
* scratch and backspin effects
* vumeter which moves with the beat
* and finally a cool fire effect ;)

Try it by yourself, it is all FREE, NO AD :)

PS : Chrome asks for the permission to "read" all your websites because the extension is capturing the audio from any website to process it. All audio extensions (equalizers, volume boosters...) will ask the same permission. No worries :)                    

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

Tên DJ controls for any website DJ controls for any website
ID defekohaofmambflfpfoojkmfdpcbgko
URL Chính Thức https://chromewebstore.google.com/detail/dj-controls-for-any-websi/defekohaofmambflfpfoojkmfdpcbgko
Mô tả This extension brings DJ controls on any website (YouTube, Spotify...), a must have! Designed by expert in DJ softwares at YouDJ.
Kích Thước Tệp 823 KB
Số Lần Cài Đặt 173,153
Phiên Bản Hiện Tại 110
Cập Nhật Lần Cuối 2022-03-02
Ngày Phát Hành 2020-02-24
Đánh Giá 4.15/5 Tổng số 4311 Đánh Giá
Nhà Phát Triển https://you.dj
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://you.dj
URL Trang Trợ Giúp https://you.dj/info
URL Trang Chính Sách Bảo Mật http://you.dj/info
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "background1.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128x128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/128x128.png",
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "48": "icons\/48x48.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "tabCapture"
    ],
    "manifest_version": 2,
    "name": "DJ controls for any website",
    "short_name": "DJ controls for any website",
    "description": "This extension brings DJ controls on any website (YouTube, Spotify...), a must have! Designed by expert in DJ softwares at YouDJ.",
    "version": "110",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}