YouMix

Chrome extension for adding audio effects to YouTube videos

YouMix là gì?

YouMix là một tiện ích mở rộng Chrome được phát triển bởi https://www.chriszieba.com, và tính năng chính của nó là "Chrome extension for adding audio effects to YouTube videos".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouMix

Tải xuống các tệp mở rộng YouMix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouMix YouMix
ID lnhmnokjidjgnnbfcnbhnkgfnfcndfkg
URL Chính Thức https://chromewebstore.google.com/detail/youmix/lnhmnokjidjgnnbfcnbhnkgfnfcndfkg
Mô tả Chrome extension for adding audio effects to YouTube videos
Kích Thước Tệp 274 KB
Số Lần Cài Đặt 906
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-07-30
Ngày Phát Hành 2015-07-30
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.chriszieba.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ChrisZieba/youmix
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}