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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |