WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ExtraSound - The Ultimate Volume Booster

ExtraSound - The Ultimate Volume Booster

View on Chrome Web Store
View ExtraSound - The Ultimate Volume Booster Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 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 audio up to 600% directly in browser with ExtraSound. Get clearer, louder sound instantly!
Type
Extension
Users
1,000 users
148
Solo Mat
View author page of Solo Mat
Published
Published on June 24, 2025
Version 0.1.0
Manifest version
3
Updated
Updated on July 17, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View ExtraSound - The Ultimate Volume Booster 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.1.0",
    "icons": {
        "128": "icons\/logo_128.png"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "ExtraSound",
        "default_icon": "icons\/logo_128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "offscreen",
        "tabCapture",
        "tabs",
        "scripting",
        "storage",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "js": [
                "content.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:\/\/*\/*"
            ]
        }
    ]
}
© 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