Volume Booster

The FIRST extension to increase and amplify your max volume! OVER 10 MILLION TOTAL INSTALLS! Join OVER ONE MILLION happy WEEKLY…

Volume Boosterとは何ですか?

Volume Boosterはalexanderkchengによって開発されたChromeの拡張機能で、その主な機能は「The FIRST extension to increase and amplify your max volume! OVER 10 MILLION TOTAL INSTALLS! Join OVER ONE MILLION happy WEEKLY…」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The FIRST extension to increase and amplify your max volume! OVER 10 MILLION TOTAL INSTALLS! Join OVER ONE MILLION happy WEEKLY ACTIVE users! Boost your volume up to 1000%!

Unleash the power of sound, no matter what speakers or headphones you're using. I made this extension so I could blast music on my laptop. Pick how much louder you want the sound to be on audio from any chrome tab. This will work on any audio coming from any tab, and has been successfully tested on both Mac and Windows. This will work on one tab at a time, so please press the "turn off" button before you turn on Volume Booster on a new tab.

If you are on Windows and are having issues with Fullscreen, press F11.
If you are on Mac, maximize the window and then press cmd+shift+F.

If using earphones or small laptop speakers, moving the slider past the 1/4 of the slider will lead to crackling noise.

I am not responsible for any damage done to your speakers/earphones. Please use this extension with care, especially with moving the slider to the red section.

TRUSTED BY MILLIONS OF ACTIVE USERS
ALWAYS FREE TO USE
NO ADS! NO MALWARE!                    

拡張機能の基本情報

名前 Volume Booster Volume Booster
ID ejkiikneibegknkgimmihdpcbcedgmpo
公式URL https://chromewebstore.google.com/detail/volume-booster/ejkiikneibegknkgimmihdpcbcedgmpo
説明 The FIRST extension to increase and amplify your max volume! OVER 10 MILLION TOTAL INSTALLS! Join OVER ONE MILLION happy WEEKLY…
ファイルサイズ 17.96 KB
インストール数 1,890,962
現在のバージョン 0.2.1
最終更新日 2024-01-03
公開日 2020-04-14
評価 3.79/5 合計 1785 レビュー
開発者 alexanderkcheng
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.linkedin.com/in/akc2267
ヘルプページのURL https://www.linkedin.com/in/akc2267
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volume Booster",
    "version": "0.2.1",
    "permissions": [
        "tabCapture",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "sound.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "sound.png"
        },
        "default_title": "Volume Booster",
        "default_popup": "popup.html"
    }
}