Sound Booster Plus

Take your audio to the next level with SoundBoost - the ultimate volume booster

Sound Booster Plusとは何ですか?

Sound Booster Plusはhttps://www.boostvolume.netによって開発されたChromeの拡張機能で、その主な機能は「Take your audio to the next level with SoundBoost - the ultimate volume booster」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Experience the power of enhanced audio with SoundBoost, the ultimate volume booster for your device. Say goodbye to lackluster sound quality and embrace a more immersive and enjoyable listening experience. 

With our chrome extension, you can effortlessly amplify the volume and enhance the audio clarity, making every moment with your favorite music, videos, and games truly extraordinary. 

Don't settle for quiet and muffled audio any longer – try SoundBoost today and discover a whole new level of sound excellence. Upgrade your audio experience and let SoundBoost transform the way you listen.

To enhance our service and offer you an improved version of the extension with added support for more websites to boost volume, we require access to and collection of data regarding the web pages you visit. Please rest assured that we will not gather any personal or sensitive information. You can choose to opt-in or opt-out, as this is optional.

This data will be used solely for internal purposes.

We want to make it explicitly clear that we have no intention of obtaining information about your identity, preferences, or any personal details about you. This commitment is outlined in our privacy policy.
(https://www.boostvolume.net/privacy-policy/)                    

拡張機能の基本情報

名前 Sound Booster Plus Sound Booster Plus
ID ellknpohdfmlgliafidpblmedakgahkj
公式URL https://chromewebstore.google.com/detail/sound-booster-plus/ellknpohdfmlgliafidpblmedakgahkj
説明 Take your audio to the next level with SoundBoost - the ultimate volume booster
ファイルサイズ 88.41 KB
インストール数 34,664
現在のバージョン 1.5.0
最終更新日 2023-09-02
公開日 2023-06-14
評価 4.49/5 合計 228 レビュー
開発者 https://www.boostvolume.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.boostvolume.net/
プライバシーポリシーページのURL https://www.boostvolume.net/privacy-policy
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "version": "1.5.0",
    "icons": {
        "16": "icon\/icon.png",
        "32": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "action": {
        "default_icon": {
            "19": "icon\/icon.png",
            "38": "icon\/icon.png"
        },
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabCapture",
        "storage",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}