Volume Booster Plus

Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.

什麼是Volume Booster Plus?

Volume Booster Plus是由Volume Booster Plus開發的Chrome擴展程式,該擴展的主要功能是“Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.”。

擴展截圖

screenshot
screenshot

下載Volume Booster Plus擴展crx文件

下載Volume Booster Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Sound Booster extension for Chrome will allow you to boost the volume of your system. It comes with the capability to raise volume levels to 1000%.

Features: 
- Easy toggle ON/OFF switch
- Works on all sites
- Raise system sound up to 1000%
- Feedback sharing system

How to use Volume booster Chrome extension:
1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and enable the sound booster.
4. Then, click on the extension icon and slide right to boost the Sound level.                    

擴展基本資訊

名稱 Volume Booster Plus Volume Booster Plus
ID aacolnmininhljojiohdbdhjlnaocaai
官方網址 https://chromewebstore.google.com/detail/volume-booster-plus/aacolnmininhljojiohdbdhjlnaocaai
簡介 Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.
檔案大小 55.46 KB
安裝次數 1,354
目前版本 1.1.0
更新時間 2023-06-28
上架時間 2023-06-28
評分 5.00/5 共 12 次評分
開發者 Volume Booster Plus
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1xcTyl5MSsgV8iKrcf3vTamn4DRaqwDHbDrL9HpuK3iQ
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "version": "1.1.0",
    "default_locale": "en",
    "icons": {
        "128": "icon\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/rumble.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}