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
官方URL 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"
        ]
    }
}