Volume Manager PRO

Volume Booster

What is Volume Manager PRO?

Volume Manager PRO is a Chrome extension developed by https://www.w3technic.com, and its main feature is "Volume Booster".

Extension Screenshots

screenshot
screenshot

Download Volume Manager PRO Extension CRX File

Download Volume Manager PRO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Volume Manager PRO Volume Manager PRO
ID padeedaooopaklfgibnddkgbpbmbmkji
Official URL https://chromewebstore.google.com/detail/volume-manager-pro/padeedaooopaklfgibnddkgbpbmbmkji
Description Volume Booster
File Size 985 KB
Installation Count 3,017
Current Version 1.3.0
Last Updated 2021-09-07
Publish Date 2021-08-18
Rating 4.75/5 Total 44 Ratings
Developer https://www.w3technic.com
Email [email protected]
Payment Type free
Extension Website https://www.w3technic.com/
Help Page URL https://www.w3technic.com/contact
Privacy Policy Page URL https://www.w3technic.com/privacy-policy
Supported Languages 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"
}