Volume Booster Plus

Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.

什么是Volume Booster Plus?

Volume Booster Plus是由https://www.soundbooster.in开发的Chrome扩展程序,该扩展的主要功能是“Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Volume Booster Plus扩展crx文件

下载Volume Booster Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Sound Booster extension for Chrome will allow you to boost the volume of your system. It comes with the capability to raise volume levels to 1000%.

Features: 
- Easy toggle ON/OFF switch
- Works on all sites
- Raise system sound up to 1000%
- Feedback sharing system

How to use Volume booster Chrome extension:
1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and enable the sound booster.
4. Then, click on the extension icon and slide right to boost the Sound level.

Recent Changes:
Version 1.1.5 (15-October-2022):
- Bug fix
- New & improved UI                    

扩展基本信息

名称 Volume Booster Plus Volume Booster Plus
ID gchlkohjaamkodekfkidlieinaoddcpe
官方URL https://chrome.google.com/webstore/detail/volume-booster-plus/gchlkohjaamkodekfkidlieinaoddcpe
简介 Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.
文件大小 135 KB
安装次数 57,348
当前版本 1.2.1
更新时间 2023-05-08
上架时间 2022-06-16
评分 4.87/5 共509次评分
开发者 https://www.soundbooster.in
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.soundbooster.in/
隐私政策页面URL https://www.soundbooster.in/privacy-policy
支持的语言 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,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",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.2.1",
    "manifest_version": 3,
    "icons": {
        "128": "image\/logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "cs.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "gcm",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "image\/logo_128x128.png"
        }
    }
}