Volume Booster

The easiest way to boost sound in the Chrome browser

Volume Boosterとは何ですか?

Volume Boosterはsajadsalhi2131によって開発されたChromeの拡張機能で、その主な機能は「The easiest way to boost sound in the Chrome browser」です。

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

screenshot

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

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

拡張機能の使用方法

                        Have you noticed that volume on your computer is not so bright and high anymore? Then you should definitely check out our new extension - volume booster. This application doesn`t weight a lot and is easy to install. Boost volume of any kind audio playing from your chrome browser just in one click. Extension has intuitive and simple design, so you won`t get confused. Our new and awesome Sound booster is exactly what you were looking for. We doubt that you`ll find a better volume control tool on the whole web.
Volume booster is absolutely free extension to improve you browsing experience. Extension has no ads, no hidden scripts and simply does its job – boost sound on your pc or laptop. Sound booster is a nice extension to install and make your life easier. Extension provides you volume control in simple manner and without any unpleasant surprises. Installation process is pretty simple and you don`t need any special skills to use the extension. After installing this extension you`ll notice a real difference. If your speakers or headphones do not produce enough sound for comfortable listening to music, then you should definitely install this useful extension. It`s simple as that - extension just allows you to increase volume on your computer.
Extension can be used on every website that provides audio or video content. It`s pretty easy to use it - just adjust the sound in the current web tab using the slider in right-upper corner of chrome browser. Help us to improve our product and leave your comment or request. Install, share with friends and feel free to leave a comment or request. But words are just words, so just install and see for yourself.                    

拡張機能の基本情報

名前 Volume Booster Volume Booster
ID amhhjibmkkeodkekchhdlpabecdghggn
公式URL https://chrome.google.com/webstore/detail/volume-booster/amhhjibmkkeodkekchhdlpabecdghggn
説明 The easiest way to boost sound in the Chrome browser
ファイルサイズ 24.22 KB
インストール数 3,000
現在のバージョン 1.4
最終更新日 2022-07-27
公開日 2021-02-07
評価 4.33/5 合計 3 レビュー
開発者 sajadsalhi2131
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "name": "Volume Booster",
    "description": "The easiest way to boost sound in the Chrome browser",
    "version": "1.4",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chrome.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "media\/logo_128.png"
    },
    "browser_action": {
        "default_icon": "media\/logo_128.png",
        "default_popup": "popup.html"
    }
}