Volume Manager PRO

Volume Booster

ما هو Volume Manager PRO؟

Volume Manager PRO هو إضافة Chrome تم تطويرها بواسطة https://www.w3technic.com، والميزة الرئيسية لها هي "Volume Booster".

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

screenshot
screenshot

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

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

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

                        Volume Booster

🚀 Features
  ⭐️ Up to 800 % volume boost
  ⭐️ Control volume of any tab using the extension
  ⭐️ Control volume of any tab using shortcuts Alt + ↓↑
  ⭐️ Fine-grained control:  0 % - 800 %


Help us improve Volume Manager PRO. If you have any trouble or suggestions email us at [email protected]

Privacy policy:
https://www.w3technic.com/privacy-policy/                    

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

الاسم Volume Manager PRO Volume Manager PRO
ID padeedaooopaklfgibnddkgbpbmbmkji
عنوان URL الرسمي https://chromewebstore.google.com/detail/volume-manager-pro/padeedaooopaklfgibnddkgbpbmbmkji
الوصف Volume Booster
حجم الملف 985 KB
عدد التثبيتات 3,017
النسخة الحالية 1.3.0
آخر تحديث 2021-09-07
تاريخ النشر 2021-08-18
تقييم 4.75/5 مجموع تقييمات 44
المطور https://www.w3technic.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.w3technic.com/
عنوان صفحة المساعدة https://www.w3technic.com/contact
عنوان صفحة سياسة الخصوصية https://www.w3technic.com/privacy-policy
اللغات المدعومة 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
{
    "background": {
        "scripts": [
            "background\/core.js",
            "background\/main.js",
            "background\/listeners.js",
            "background\/visualizer.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__"
    },
    "commands": {
        "toggle-down-1": {
            "description": "Volume down",
            "suggested_key": {
                "default": "Alt+Down"
            }
        },
        "toggle-up-1": {
            "description": "Volume up",
            "suggested_key": {
                "default": "Alt+Up"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "custom\/css\/style.css"
            ],
            "js": [
                "custom\/js\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Volume Manager PRO",
    "offline_enabled": true,
    "permissions": [
        "tabCapture",
        "activeTab",
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.0"
}