Volume Booster - Increase the volume

All audio streams from the browser are converted to surround sound and increase the volume

Volume Booster - Increase the volumeとは何ですか?

Volume Booster - Increase the volumeはhttps://webaudio.onlineによって開発されたChromeの拡張機能で、その主な機能は「All audio streams from the browser are converted to surround sound and increase the volume」です。

拡張機能のスクリーンショット

screenshot

Volume Booster - Increase the volume拡張機能のCRXファイルをダウンロード

Volume Booster - Increase the volume拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The program utilizes advanced sound processing technology to enhance audio quality and create a more vibrant and immersive atmosphere. Every time you watch a movie on YouTube or other websites, you will enjoy improved sound quality and a more captivating online movie experience.                    

拡張機能の基本情報

名前 Volume Booster - Increase the volume Volume Booster - Increase the volume
ID nhfcdkjfohlhoagdjbnedogpbadhaogc
公式URL https://chromewebstore.google.com/detail/volume-booster-increase-t/nhfcdkjfohlhoagdjbnedogpbadhaogc
説明 All audio streams from the browser are converted to surround sound and increase the volume
ファイルサイズ 96.03 KB
インストール数 157
現在のバージョン 0.0.9
最終更新日 2024-03-04
公開日 2024-01-21
開発者 https://webaudio.online
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://webaudio.online/
ヘルプページのURL https://t.me/WebaudioOnline
プライバシーポリシーページのURL https://webaudio.online/politika.html
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.9",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabCapture"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    }
}