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
官方網址 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
電子郵箱 [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"
    }
}