Sound Booster Plus

Boost your video and audio sound X2

什么是Sound Booster Plus?

Sound Booster Plus是由soundboosterextension开发的Chrome扩展程序,该扩展的主要功能是“Boost your video and audio sound X2”。

扩展截图

screenshot

下载Sound Booster Plus扩展crx文件

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

扩展使用说明

                        Introducing Sound Booster Plus - the ultimate audio enhancement Chrome extension that can increase your sound by up to 2 times! Sound Booster Plus uses advanced algorithms to refine and boost audio signals, producing superior audio that is unmatched by other audio enhancement tools.

This Chrome extension is perfect for anyone who wants to experience high-quality audio online. Whether you're streaming music, watching videos, or playing games, Sound Booster Plus can enhance your audio experience like never before.

Using Sound Booster Plus is incredibly easy. Simply install the extension on your Chrome browser and adjust the volume as desired. The extension works with any audio content you play online, including YouTube videos, Spotify playlists, and more.

One of the standout features of Sound Booster Plus is its ability to increase your sound by up to 2 times. This means you can enjoy your audio content at a higher volume without any distortion or loss in sound quality.

In summary, Sound Booster Plus is the must-have Chrome extension for anyone who loves high-quality audio. It's easy to install, works with any audio content you play online, and can increase your sound by up to 2 times!                    

扩展基本信息

名称 Sound Booster Plus Sound Booster Plus
ID eainkbljlholoannknifddjgmdimfkfj
官方URL https://chromewebstore.google.com/detail/sound-booster-plus/eainkbljlholoannknifddjgmdimfkfj
简介 Boost your video and audio sound X2
文件大小 8.15 KB
安装次数 584
当前版本 1.0
更新时间 2023-04-26
上架时间 2023-04-26
开发者 soundboosterextension
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sound Booster Plus",
    "version": "1.0",
    "description": "Boost your video and audio sound X2",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Sound Booster Plus"
    },
    "icons": {
        "128": "icon128.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}