SoundFixer

Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud

ما هو SoundFixer؟

SoundFixer هو إضافة Chrome تم تطويرها بواسطة Matt Wheeler، والميزة الرئيسية لها هي "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SoundFixer

قم بتنزيل ملفات الامتداد SoundFixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A web extension that lets you fix annoying sound problems on the web e.g. YouTube videos. Sound might play only in one channel, be too quiet at maximum volume, or too loud at minimum volume.

No more "plug your headphones only halfway into the jack" suggestions!

Unfortunately, doesn't work on all websites — specifically, we're not allowed to use the Web Audio API from a cross-domain 

معلومات أساسية عن التمديد

الاسم SoundFixer SoundFixer
ID mbhbddecpoendcifccfckjkigbinefkg
عنوان URL الرسمي https://chromewebstore.google.com/detail/soundfixer/mbhbddecpoendcifccfckjkigbinefkg
الوصف Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud
حجم الملف 20.12 KB
عدد التثبيتات 9,709
النسخة الحالية 1.1.0
آخر تحديث 2019-11-16
تاريخ النشر 2019-11-15
تقييم 4.63/5 مجموع تقييمات 24
المطور Matt Wheeler
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoundFixer",
    "author": "Matt Wheeler",
    "version": "1.1.0",
    "description": "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet\/loud",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_title": "SoundFixer",
        "default_popup": "popup.html",
        "theme_icons": [
            {
                "dark": "img\/icon48.png",
                "light": "img\/icon-inv48.png",
                "size": 48
            }
        ],
        "browser_style": true
    }
}