Sound Booster

The best way to amplify sound in the Chrome browser

什麼是Sound Booster?

Sound Booster是由arhipovakata945開發的Chrome擴展程式,該擴展的主要功能是“The best way to amplify sound in the Chrome browser”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Sound Booster擴展crx文件

下載Sound Booster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Fell the real difference with new and amazing sound booster. You`ll notice a remarkable improvement of the sound on your pc. Volume booster is a simple and pretty useful application for google chrome browser. It`ll come in handy for those, who want to increase volume of audio or video on their devices. You will be pleasantly surprised by how easy it is to use the extension. Volume booster allows you to manage volume level of multiple chrome tabs in simple manner. If you have recently noticed, that your devices can`t provide a sound level you need, the install sound booster to fix the problem. It`s a volume control tool number one and we doubt you can find a better one. Extension doesn`t weigh a lot and has no ads. It`s also worth mentioning, that this new awesome extension is absolutely free. We won`t track your activity or spy on you using some hidden scripts.                    

擴展基本資訊

名稱 Sound Booster Sound Booster
ID kpicmpidcmeeopomhnfdlocbjginmfem
官方網址 https://chrome.google.com/webstore/detail/sound-booster/kpicmpidcmeeopomhnfdlocbjginmfem
簡介 The best way to amplify sound in the Chrome browser
檔案大小 30.93 KB
安裝次數 10,616
目前版本 1.4
更新時間 2023-03-06
上架時間 2021-11-14
評分 4.29/5 共 7 次評分
開發者 arhipovakata945
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "The best way to amplify sound in the Chrome browser",
    "version": "1.4",
    "default_locale": "en",
    "background": {
        "scripts": [
            "bkg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cnt.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "pages\/popup.html"
    }
}