Volume Controller

Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster

ما هو Volume Controller؟

Volume Controller هو إضافة Chrome تم تطويرها بواسطة https://addonup.com، والميزة الرئيسية لها هي "Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster".

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

screenshot
screenshot

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

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

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

                        Individually controller volume of each tab of your Chrome browser.

Appreciate the convenience and benefits of an audio controller extension:

- Increase volume up to 6 times (up to 600%);
- Displays all tabs witch playing audio;
- Fast navigation on tabs with sound;
- Instantly mute tab (just click on the speaker icon in popup menu);
- Displays the levels on the app icon in the toolbars menu;
- Minimalistic design.

For whom can be useful Volume Control app?

If you are looking for a simple and convenient audio manager, with witch you can quickly and easily control the sound of each tab of your browser.

If your speakers or headphones do not produce enough amount of sound for comfortable music listening or watching of video content - use the Volume control as a speaker booster by sliding the level control over 100%. That will give the opportunity to increase the sound volume up to six times.                    

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

الاسم Volume Controller Volume Controller
ID kmfhljjdadodpnmgilofilbhnbiggcnm
عنوان URL الرسمي https://chromewebstore.google.com/detail/volume-controller/kmfhljjdadodpnmgilofilbhnbiggcnm
الوصف Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster
حجم الملف 257 KB
عدد التثبيتات 20,000
النسخة الحالية 3.0.1
آخر تحديث 2024-01-28
تاريخ النشر 2020-08-26
تقييم 4.16/5 مجموع تقييمات 351
المطور https://addonup.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://addonup.com/en/addons/volume-controller
عنوان صفحة المساعدة https://addonup.com/en/addons/volume-controller#feedback
عنوان صفحة سياسة الخصوصية https://addonup.com/privacy
اللغات المدعومة 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",
    "name": "Volume Controller",
    "description": "Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster",
    "manifest_version": 3,
    "version": "3.0.1",
    "default_locale": "en",
    "permissions": [
        "tabCapture",
        "offscreen",
        "storage",
        "privacy",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "author": {
        "email": "[email protected]"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Volume Controller",
        "default_icon": {
            "32": "assets\/icons\/32.png",
            "64": "assets\/icons\/64.png",
            "128": "assets\/icons\/128.png",
            "256": "assets\/icons\/256.png",
            "512": "assets\/icons\/512.png"
        }
    },
    "options_page": "popup.html",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.addonup.com\/*"
        ]
    },
    "icons": {
        "32": "assets\/icons\/32.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png",
        "256": "assets\/icons\/256.png",
        "512": "assets\/icons\/512.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlZZMpB49Wl\/oYxuD7IpSwETrwkRNmsl3iOVmUgY3OPqTbmBztfLU0CKqjxIVcMR8pJNBFGIuCo6p5m08gjj7nD0nVCcsZaqVq\/f9CQDnN6zuUySrv6q3cZGLnGKh\/Z1UMMW9c9nlBFhh3AHqhP98hUzLau8oE6BzAtktBQGnYWae1n2+wxpWyf20COV1Pryun00xP1RPwk1vEN\/2yu8tIWPB9PsFM8YBvVPZYNH4iPgc0U50e1ki5CAHY0dP8tjxmxxOUVOFiiO3FMy9OsUCbuTDO1w3LvqOWWYs77pFGO+NEniF8+UP7mKheMO9DaGp6vu5xcfblR8\/vKlnAUsGJQIDAQAB",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}