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
Eメール [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"
            ]
        }
    ]
}