Volume Adjuster

Used to adjust the volume of html audio/video tags

ما هو Volume Adjuster؟

Volume Adjuster هو إضافة Chrome تم تطويرها بواسطة giomrella، والميزة الرئيسية لها هي "Used to adjust the volume of html audio/video tags".

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension to mute or adjust the volume of audio or video tags on the current tab. This is especially useful for adjusting an individual's audio on group video calls, or when you can't find that ad on a page talking over your video. Give it a try!                    

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

الاسم Volume Adjuster Volume Adjuster
ID jodboiahhplamjcpimpdbealafbjcjab
عنوان URL الرسمي https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab
الوصف Used to adjust the volume of html audio/video tags
حجم الملف 16.17 KB
عدد التثبيتات 141
النسخة الحالية 0.0.0.1
آخر تحديث 2020-12-11
تاريخ النشر 2020-12-11
المطور giomrella
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/giomrella/volume-adjuster-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume Adjuster",
    "description": "Used to adjust the volume of html audio\/video tags",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "volume.png"
        }
    },
    "manifest_version": 2,
    "version": "0.0.0.1",
    "icons": {
        "48": "volume.png"
    }
}