WebExtension.net
Toggle dark mode
WebExtension.net

Volume & Sound Booster for Websites

View on Chrome Web Store
View Volume & Sound Booster for Websites Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times

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

Boost your volume and enhance your sound by up to 800% on any website.
Type
Extension
Users
55 users
1
Website curlydoggo.com
Curly Doggo Limited
View author page of Curly Doggo Limited
Published
Published on September 24, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on September 24, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Volume & Sound Booster for Websites 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_AppName__",
    "description": "__MSG_AppDescription__",
    "default_locale": "en",
    "author": "Curly Doggo Limited",
    "homepage_url": "https:\/\/curlydoggo.com\/allow-copy",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_AppName__"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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