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
官方網址 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
電子郵箱 [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"
    }
}