Volume Extra

Volume Booster!

What is Volume Extra?

Volume Extra is a Chrome extension developed by volumemaster2022, and its main feature is "Volume Booster!".

Extension Screenshots

screenshot

Download Volume Extra Extension CRX File

Download Volume Extra extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Increase the volume of your music or video to the level you want

By clicking "Add to chrome", I accept and agree to installing “Volume Extra  Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy.

Privacy Policy https://masterofvolume.com/privacy.html

Terms and Conditions https://masterofvolume.com/terms.html                    

Extension Basic Information

Name Volume Extra Volume Extra
ID mlmfhglknodhldjfclcchlgebdfadgbo
Official URL https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo
Description Volume Booster!
File Size 20.62 KB
Installation Count 3,429
Current Version 1.0.1
Last Updated 2022-10-23
Publish Date 2022-10-18
Developer volumemaster2022
Email [email protected]
Payment Type free
Extension Website https://masterofvolume.com/index.html
Help Page URL https://masterofvolume.com/privacy.html
Privacy Policy Page URL https://masterofvolume.com/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume Extra",
    "description": "Volume Booster!",
    "manifest_version": 3,
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Volume Extra",
        "default_icon": {
            "128": "images\/icon\/128.png"
        }
    },
    "permissions": [
        "tabs",
        "tabCapture",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/masterofvolume.com\/*"
    ],
    "icons": {
        "128": "images\/icon\/128.png"
    },
    "background": {
        "service_worker": ".\/service-worker.js"
    }
}