WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Volume Booster - Increase volume

Volume Booster - Increase volume

View on Chrome Web Store
View Volume Booster - Increase volume Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (799 ratings)
1 new ratings
13 views
This extension has been viewed 13 times

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

Boost volume, control tab sound, and increase the audio volume of any video!
Type
Extension
Users
900,000 users
100K
Volume Booster
View author page of Volume Booster
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 19, 2022
Version 1.9.5
Manifest version
3
Updated
Updated on December 16, 2024
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View Volume Booster - Increase volume 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": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.9.5",
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        },
        "default_popup": "\/popup.html",
        "default_title": "Volume Booster"
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "\/scripts\/libs\/jquery.min.js",
                "\/scripts\/content.js"
            ],
            "css": [
                "\/styles\/content.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabCapture",
        "tabs",
        "storage",
        "offscreen"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/styles\/content.css",
                "img\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "homepage_url": "https:\/\/tuneinamplify.com\/",
    "commands": {
        "increase_volume": {
            "suggested_key": {
                "default": "Alt+Up",
                "mac": "Command+Up"
            },
            "description": "Increase volume"
        },
        "decrease_volume": {
            "suggested_key": {
                "default": "Alt+Down",
                "mac": "Command+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