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.
¿Qué es DJ controls for any website?
DJ controls for any website es una extensión de Chrome desarrollada por https://you.dj, y su función principal es "This extension brings DJ controls on any website (YouTube, Spotify...), a must have! Designed by expert in DJ softwares at YouDJ.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DJ controls for any website
Descarga archivos de extensión DJ controls for any website en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 :)
Información Básica de la Extensión
Nombre | DJ controls for any website |
ID | defekohaofmambflfpfoojkmfdpcbgko |
URL Oficial | https://chromewebstore.google.com/detail/dj-controls-for-any-websi/defekohaofmambflfpfoojkmfdpcbgko |
Descripción | This extension brings DJ controls on any website (YouTube, Spotify...), a must have! Designed by expert in DJ softwares at YouDJ. |
Tamaño del Archivo | 823 KB |
Cantidad de Instalaciones | 173,153 |
Versión Actual | 110 |
Última Actualización | 2022-03-02 |
Fecha de Publicación | 2020-02-24 |
Calificación | 4.15/5 Total de 4311 Calificaciones |
Desarrollador | https://you.dj |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://you.dj |
URL de la Página de Ayuda | https://you.dj/info |
URL de la Página de Política de Privacidad | http://you.dj/info |
Idiomas Soportados | 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" } |