WebExtension.net
WebExtension.net

Sound booster by AudioMax

View on Chrome Web Store
View Sound booster by AudioMax Chrome Extension on Chrome Web Store
4.8 (854 ratings)
1 new ratings

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

Boost sound, enhance bass, control volume, versatile equalizer & convenient volume control. Experience louder music or video volume.
Type
Extension
Users
900,000 users
James Farrar
View author page of James Farrar
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 13, 2021
Version 2.5
Manifest version
3
Updated
Updated on July 5, 2024
View on Chrome Web Store
View Sound booster by AudioMax Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "38": "icon\/icon-38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Volume Booster"
    },
    "commands": {
        "decrease_volume": {
            "description": "Decrease volume",
            "suggested_key": {
                "default": "Alt+Down",
                "mac": "Command+Down"
            }
        },
        "increase_volume": {
            "description": "Increase volume",
            "suggested_key": {
                "default": "Alt+Up",
                "mac": "Command+Up"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "\/js\/libs\/jquery.min.js",
                "\/js\/content.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "tabCapture",
        "tabs",
        "storage",
        "offscreen"
    ],
    "version": "2.5",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/content.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
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