Volume Max - Ultimate Sound Booster

Easily amplify sound for music, videos, and calls directly in your browser. Increase the volume with just one click!

Volume Max - Ultimate Sound Booster là gì?

Volume Max - Ultimate Sound Booster là một tiện ích mở rộng Chrome được phát triển bởi Volume Booster Pro, và tính năng chính của nó là "Easily amplify sound for music, videos, and calls directly in your browser. Increase the volume with just one click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Volume Max - Ultimate Sound Booster

Tải xuống các tệp mở rộng Volume Max - Ultimate Sound Booster dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Try Volume Max, a simple browser add-on for sound level control. With Volume Max, making your browser's sound louder or softer is quick and easy. Need more volume for music, videos, or web games? Just one click does it. The volume tool is easy – just use slider to change.

Volume Max does more than just set sound levels. It boosts your audio too. It makes audio louder but still clear. You can turn up the sound higher than what your browser usually allows. Now you can keep the louder audio nice and clear.

It's a chore to change sound for each site. We makes it easy. Pop-up displays a list of all sites on which sound is played, just click on the one you need and adjust the volume to the desired level

If you like to set volume your way, you can do it. You can pick sound levels for each tab with videos, music, and alerts. This means your browsing sounds just how you like.

Quickly changing volume from the toolbar has never been easier!. Change the audio lvl right there, no need to open full settings. This is great for quick sound tweaks.

The design of volume controller is neat and user-friendly. It's simple, with just a sound slider and a reset button. No complex settings, just easy audio control.

Be mindful of speaker safety using volume control. Excessive volume increases can harm your speakers. Carefully manage the audio levels to avoid damaging your device's sound system.

In short, Volume Max is a must-have browser add-on for easy audio lvl control. It's simple, quick, and perfect for daily web use. For small sound changes or a big boost volume. Upgrade your web sound with Volume Max.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Volume Max - Ultimate Sound Booster Volume Max - Ultimate Sound Booster
ID mgbhdehiapbjamfgekfpebmhmnmcmemg
URL Chính Thức https://chromewebstore.google.com/detail/volume-max-ultimate-sound/mgbhdehiapbjamfgekfpebmhmnmcmemg
Mô tả Easily amplify sound for music, videos, and calls directly in your browser. Increase the volume with just one click!
Kích Thước Tệp 77.83 KB
Số Lần Cài Đặt 1,026,140
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2022-12-19
Đánh Giá 4.63/5 Tổng số 915 Đánh Giá
Nhà Phát Triển Volume Booster Pro
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/vbpp/home
Ngôn Ngữ Được Hỗ Trợ id,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,bn,gu,ta,te,ml,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.6",
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "Volume Booster"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/libs\/jquery.min.js",
                "\/js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/content.css.map"
            ]
        }
    ],
    "permissions": [
        "tabCapture",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "increase_volume": {
            "suggested_key": {
                "default": "Alt+Up"
            },
            "description": "Increase volume"
        },
        "decrease_volume": {
            "suggested_key": {
                "default": "Alt+Down"
            },
            "description": "Decrease volume"
        }
    }
}