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