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