Sound Booster for Chrome

Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.

Sound Booster for Chromeとは何ですか?

Sound Booster for Chromeはhttps://boostmysound.comによって開発されたChromeの拡張機能で、その主な機能は「Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Sound Booster for Chrome拡張機能のCRXファイルをダウンロード

Sound Booster for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It is a simple and fast way to boost your sound on speakers or headphones. In addition, the sound amplifier helps achieve louder movies, videos, and louder music. Unleash the power of YouTube sound on your browser! Increase the volume to the max level and control it of any tab.

Volume Booster allows you to improve the sound quality in the Chrome browser to get more pleasure from listening to YouTube Music and watching videos. Bass boost to the full. Volume booster boosts by 600%.

It is a free and trusted sound booster extension that lets you separately control sound for any YouTube tab. It is handy when controlling the volume in different browser tabs. For example, you can quickly fade music tracks opened in separate accounts and create other effects.

How to use the sound booster chrome extension:
1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and slide right to boost the sound level.

Listen to your favorite songs/videos on YouTube at maximum volume. Blast out your sound today!                    

拡張機能の基本情報

名前 Sound Booster for Chrome Sound Booster for Chrome
ID npdkajaichmkaleghfhaiblkendnngmj
公式URL https://chrome.google.com/webstore/detail/sound-booster-for-chrome/npdkajaichmkaleghfhaiblkendnngmj
説明 Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.
ファイルサイズ 207 KB
インストール数 580,323
現在のバージョン 1.0.2
最終更新日 2023-01-18
公開日 2022-12-27
評価 4.62/5 合計 111 レビュー
開発者 https://boostmysound.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://boostmysound.com/
プライバシーポリシーページのURL https://boostmysound.com/privacy.html
対応言語 id,ms,de,en,en-GB,en-US,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,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.2",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/static\/128.png",
        "64": "assets\/static\/128.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-booster.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "static\/*",
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf",
        "*.css"
    ]
}