Volume Amplifier

Amplify sound volume by up to 500%

ما هو Volume Amplifier؟

Volume Amplifier هو إضافة Chrome تم تطويرها بواسطة Chrome Tools، والميزة الرئيسية لها هي "Amplify sound volume by up to 500%".

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

screenshot

تحميل ملف CRX للإضافة Volume Amplifier

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

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

                        Volume Amplifier helps you if the audio/video is too quiet even on the maximum.
With Volume Amplifier, you can increase the volume up to +500%.


Please note that if the video player allows increasing the volume, you should do it. Using this app can distort the audio, so you should increase the original volume to 100%.                    

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

الاسم Volume Amplifier Volume Amplifier
ID finbhlelbadclpaonehgiddkhmombjch
عنوان URL الرسمي https://chromewebstore.google.com/detail/volume-amplifier/finbhlelbadclpaonehgiddkhmombjch
الوصف Amplify sound volume by up to 500%
حجم الملف 198 KB
عدد التثبيتات 52
النسخة الحالية 1.1.0
آخر تحديث 2023-10-13
تاريخ النشر 2023-09-05
المطور Chrome Tools
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "author": "__MSG_extName__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "alarms",
        "system.display",
        "tabCapture"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "incognito": "split",
    "minimum_chrome_version": "102"
}