WebExtension.net
WebExtension.net

Volume Booster - Increase volume

View on Chrome Web Store
View Volume Booster - Increase volume Chrome Extension on Chrome Web Store
4.7 (771 ratings)

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
800,000 users
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.4
Manifest version
3
Updated
Updated on September 24, 2024
View on Chrome Web Store
View Volume Booster - Increase volume Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category

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.4",
    "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>"
            ]
        }
    ],
    "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"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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