YouMix
Chrome extension for adding audio effects to YouTube videos
YouMix란 무엇입니까?
YouMix은(는) https://www.chriszieba.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for adding audio effects to YouTube videos"입니다.
확장 프로그램 스크린샷
YouMix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouMix is a Google Chrome extension to add audio filters to YouTube videos. Why? If you listen to a lot of music through YouTube, every now and then you may wonder what certain songs sound like with filters applied. It's a fun extension if you're interested in getting a different perspective from a song. The extension loads in any YouTube page with an HTML5 video player in the DOM.
확장 프로그램 기본 정보
이름 | YouMix |
ID | lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
공식 URL | https://chromewebstore.google.com/detail/youmix/lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
설명 | Chrome extension for adding audio effects to YouTube videos |
파일 크기 | 274 KB |
설치 횟수 | 906 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2015-07-30 |
출시 날짜 | 2015-07-30 |
평점 | 3.57/5 총 7 개의 평점 |
개발자 | https://www.chriszieba.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ChrisZieba/youmix |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouMix", "short_name": "youmix", "description": "Chrome extension for adding audio effects to YouTube videos", "homepage_url": "https:\/\/github.com\/ChrisZieba\/youmix", "content_scripts": [ { "js": [ "lib\/jquery.min.js", "lib\/rangeslider.min.js", "src\/youmix.js" ], "css": [ "lib\/rangeslider.css", "src\/youmix.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ], "version": "0.0.2", "web_accessible_resources": [ "src\/youmix.html" ], "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |