WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SoundPusher - Volume Booster & Audio Enhancer

SoundPusher - Volume Booster & Audio Enhancer

View on Chrome Web Store
View SoundPusher - Volume Booster & Audio Enhancer Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (11 ratings)
1 new ratings
18 views
This extension has been viewed 18 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 your browser audio up to 600% with SoundPusher. Louder sound with smooth and stable control.
Type
Extension
Users
6,000 users
500
Hassan
View author page of Hassan
Published
Published on December 20, 2025
Version 0.0.1
Manifest version
3
Updated
Updated on December 20, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View SoundPusher - Volume Booster & Audio Enhancer 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",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "0.0.1",
    "icons": {
        "128": "icons\/logo_128.png"
    },
    "action": {
        "default_popup": "popup\/panel.html",
        "default_title": "SoundPusher",
        "default_icon": "icons\/logo_128.png"
    },
    "background": {
        "service_worker": "engine\/background\/service.js"
    },
    "permissions": [
        "offscreen",
        "tabCapture",
        "tabs",
        "scripting",
        "storage",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "js": [
                "engine\/content\/bridge.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}
© 2026 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