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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में DJ controls for any website एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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