YouMix
Chrome extension for adding audio effects to YouTube videos
What is YouMix?
YouMix is a Chrome extension developed by https://www.chriszieba.com, and its main feature is "Chrome extension for adding audio effects to YouTube videos".
Extension Screenshots
Download YouMix Extension CRX File
Download YouMix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouMix |
ID | lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
Official URL | https://chromewebstore.google.com/detail/youmix/lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
Description | Chrome extension for adding audio effects to YouTube videos |
File Size | 274 KB |
Installation Count | 906 |
Current Version | 0.0.2 |
Last Updated | 2015-07-30 |
Publish Date | 2015-07-30 |
Rating | 3.57/5 Total 7 Ratings |
Developer | https://www.chriszieba.com |
Payment Type | free |
Extension Website | https://github.com/ChrisZieba/youmix |
Supported Languages | 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" } } |