Volume Booster

Volume Booster increases your volume. Sound booster at new level.

什麼是Volume Booster?

Volume Booster是由Web Tools開發的Chrome擴展程式,該擴展的主要功能是“Volume Booster increases your volume. Sound booster at new level.”。

擴展截圖

screenshot
screenshot

下載Volume Booster擴展crx文件

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

擴展使用說明

                        Volume Booster increases your volume in tab. Sound booster at new level. You can boost your volume for Youtube Videos and Youtube Music. Extension can be used on all sites. 

This extension works as toggle:
 1. Click to boost the volume.
 2. Indicator will show the multiplier that is applied to your volume.
 3. Click again to increase it.

Volume Booster cotains preinstalled 3 standard presets:
 1 - Normal  
 2 - High
 3 - Very high

Make awesome sound booster from your browser. Thank you for using this Volume Booster and good rating. I will answer any questions.                    

擴展基本資訊

名稱 Volume Booster Volume Booster
ID nolbmjhicibknokpnbdaleabonbmioil
官方網址 https://chromewebstore.google.com/detail/volume-booster/nolbmjhicibknokpnbdaleabonbmioil
簡介 Volume Booster increases your volume. Sound booster at new level.
檔案大小 14.48 KB
安裝次數 5,646
目前版本 1.0.0
更新時間 2021-06-22
上架時間 2021-06-22
評分 4.17/5 共 12 次評分
開發者 Web Tools
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volume Booster",
    "description": "Volume Booster increases your volume. Sound booster at new level.",
    "version": "1.0.0",
    "icons": {
        "16": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}