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
Eメール [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"
        ]
    }
}