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文件
下载YouMix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |