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คืออะไร?

DJ controls for any website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://you.dj และคุณลักษณะหลักของมันคือ "This extension brings DJ controls on any website (YouTube, Spotify...), a must have! Designed by expert in DJ softwares at YouDJ."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DJ controls for any website

ดาวน์โหลดไฟล์ส่วนขยาย DJ controls for any website ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DJ controls for any website DJ controls for any website
ID defekohaofmambflfpfoojkmfdpcbgko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dj-controls-for-any-websi/defekohaofmambflfpfoojkmfdpcbgko
คำอธิบาย This extension brings DJ controls on any website (YouTube, Spotify...), a must have! Designed by expert in DJ softwares at YouDJ.
ขนาดไฟล์ 823 KB
จำนวนการติดตั้ง 173,153
เวอร์ชันปัจจุบัน 110
อัปเดตครั้งล่าสุด 2022-03-02
วันที่เผยแพร่ 2020-02-24
คะแนน 4.15/5 รวมทั้งหมด 4311 คะแนน
ผู้พัฒนา https://you.dj
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://you.dj
URL หน้าช่วยเหลือ https://you.dj/info
URL หน้านโยบายความเป็นส่วนตัว http://you.dj/info
ภาษาที่รองรับ 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"
}