Sound Booster

Install Sound Booster extension to increase the volume up to 400%

Sound Boosterとは何ですか?

Sound Boosterはhttps://soundbooster.appによって開発されたChromeの拡張機能で、その主な機能は「Install Sound Booster extension to increase the volume up to 400%」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Increase and boost your browser sound up to 400%. Get the Sound booster chrome extension which increases or decreases system volume with one click. It supports any tab on the chrome browser and the changes will be stored on that actively streaming video

Here is how to use Sound Booster Extension:
>>Get the addon from Chrome web store
>>Visit any tab that plays the audio
>>Click on the extension icon and choose the Sound boost range
>>The extension supports up to 400% of increase volume

Sound Booster Features:
>>Increase sound by 400%
>>Decrease sound to zero
>>One click changes
>>Supports any site

Version 1.0.3 
>> Bug Fixes

Version 1.0.2
>> Bug Fixes

Version 1.0.1 
>> Bug Fixes

Version 1.0.0 
>> Brand New UI/UX 

Version 0.0.2 :
>> UI/UX improvement
>> Mute bug fix
>> Sound quality improvement                    

拡張機能の基本情報

名前 Sound Booster Sound Booster
ID jikgjlbgdocjaglnihmgifcipikbghmb
公式URL https://chrome.google.com/webstore/detail/sound-booster/jikgjlbgdocjaglnihmgifcipikbghmb
説明 Install Sound Booster extension to increase the volume up to 400%
ファイルサイズ 331 KB
インストール数 100,000
現在のバージョン 1.0.3
最終更新日 2022-08-30
公開日 2021-12-04
評価 4.41/5 合計 49 レビュー
開発者 https://soundbooster.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://soundbooster.app
プライバシーポリシーページのURL https://soundbooster.app/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sound Booster",
    "description": "Install Sound Booster extension to increase the volume up to 400%",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content2.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon 16.png",
        "64": "icon 64.png",
        "128": "icon 128.png",
        "720": "icon 720.png",
        "1000": "icon 1000.png"
    },
    "web_accessible_resources": [
        "public\/*"
    ],
    "permissions": [
        "tabs",
        "tabCapture",
        "storage"
    ]
}