Sound Booster - Increase your volume

Feel sound at the new level and enjoy it with the most powerful volume booster!

Sound Booster - Increase your volume là gì?

Sound Booster - Increase your volume là một tiện ích mở rộng Chrome được phát triển bởi ExtBooster, và tính năng chính của nó là "Feel sound at the new level and enjoy it with the most powerful volume booster!".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Sound Booster - Increase your volume 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

                        Sound Booster  - extension that help you to set a desired speaker volume degree for each individual tab in your browser. 

If your speakers or headphones don't reproduce sufficient sound volume for comfortable listening to music or watching video content - use our Sound Booster as a speaker amplifier, setting the volume level settings to more than 600%.

Stylish popup Volume Booster with a volume switch with a list of tabs that a now playing audio content. Just regulate the sound in the current web tab through the slider.

✔️ Increase volume up to 600% with sound booster;
✔️ Control the volume of any tab that is playing music or video;
✔️ Dark Theme for the best user experience (ability to change the popup window to a dark mode);
✔️ Switch to any tab that is playing audio with one click;
✔️ Fast volume up and down buttons;
✔️ Stylish popup  - simple and clear design Sound Booster extension.

Make a sound from your browser really awesome with this extension.  Use the volume booster of it on your favorite websites.

Sound Booster constantly monitors current gain level and prevents samples from clipping, thus reducing all major sound distortions. Volume Booster processes all audio that is being played in browser and boosts it before it gets to the sound card. 

Note!
Chrome prevents you from going to a complete full-screen when using any extension manipulating with sound.
There's no way to bypass it and after all it's a good thing that keeps you safe. However you can improve the situation a bit by pressing F11 (on Windows) or Ctr+Cmd+F (on Mac).

We will be glad to see your comment for our Sound Booster extension in the section "Reviews". Feel free to share volume booster with your friends in social networks.                    

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

Tên Sound Booster - Increase your volume Sound Booster - Increase your volume
ID njcpapmgiimlmlelomamnobmdmhpbfhd
URL Chính Thức https://chrome.google.com/webstore/detail/sound-booster-increase-yo/njcpapmgiimlmlelomamnobmdmhpbfhd
Mô tả Feel sound at the new level and enjoy it with the most powerful volume booster!
Kích Thước Tệp 326 KB
Số Lần Cài Đặt 602,706
Phiên Bản Hiện Tại 17.12.24
Cập Nhật Lần Cuối 2022-10-19
Ngày Phát Hành 2019-10-23
Đánh Giá 4.75/5 Tổng số 2393 Đánh Giá
Nhà Phát Triển ExtBooster
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/soundbooster/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,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,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "17.12.24",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon\/default\/icon-16.png",
            "19": "assets\/icon\/default\/icon-19.png",
            "32": "assets\/icon\/default\/icon-32.png",
            "38": "assets\/icon\/default\/icon-38.png",
            "48": "assets\/icon\/default\/icon-48.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon\/default\/icon-16.png",
        "19": "assets\/icon\/default\/icon-19.png",
        "32": "assets\/icon\/default\/icon-32.png",
        "38": "assets\/icon\/default\/icon-38.png",
        "48": "assets\/icon\/default\/icon-48.png",
        "128": "assets\/icon\/default\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "libs\/jquery\/jquery-3.6.0.min.js",
                "libs\/jquery\/jquery.ba-throttle-debounce.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "content-volume.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabCapture",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "assets\/icon\/content\/*"
    ]
}