WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Volume Booster Pro

Volume Booster Pro

View on Chrome Web Store
View Volume Booster Pro Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Boost audio volume up to 600% on any website with advanced audio controls
Type
Extension
Users
14 users
1
malekkdp
View author page of malekkdp
Published
Published on June 14, 2025
Version 1.2.0
Manifest version
3
Updated
Updated on June 14, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Volume Booster Pro Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Volume Booster Pro",
    "version": "1.2.0",
    "description": "Boost audio volume up to 600% on any website with advanced audio controls",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "commands",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Volume Booster Pro",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "audioProcessor.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "audioProcessor.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "toggle-volume-booster": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "Command+Shift+B"
            },
            "description": "Toggle Volume Booster"
        },
        "increase-volume": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up",
                "mac": "Command+Shift+Up"
            },
            "description": "Increase Volume"
        },
        "decrease-volume": {
            "suggested_key": {
                "default": "Ctrl+Shift+Down",
                "mac": "Command+Shift+Down"
            },
            "description": "Decrease Volume"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top