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. 擴展基本資訊
| 名稱 | |
| ID | lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
| 官方網址 | 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"
}
} | |