YouMix
Chrome extension for adding audio effects to YouTube videos
ما هو YouMix؟
YouMix هو إضافة Chrome تم تطويرها بواسطة https://www.chriszieba.com، والميزة الرئيسية لها هي "Chrome extension for adding audio effects to YouTube videos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouMix
قم بتنزيل ملفات الامتداد YouMix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                     معلومات أساسية عن التمديد
| الاسم |  | 
| 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"
    }
} | |