Volume Booster 3.0

Boost your volume up to 600%

Volume Booster 3.0とは何ですか?

Volume Booster 3.0はVolume Booster Masterによって開発されたChromeの拡張機能で、その主な機能は「Boost your volume up to 600%」です。

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

screenshot

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

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

拡張機能の使用方法

                        Introducing a Chrome browser extension that enhances your audio experience with a remarkable 600% volume and sound booster. With this ingenious tool, you gain full control over the power of your audio through the volume control and volume master function.

No more struggling to hear your favorite videos, music, or podcasts when your speakers or headphones fall short on volume. Now, you can effortlessly enjoy your multimedia content with ample sound to immerse yourself in the experience.

Key Features:

Up to 600% Sound Boost: Experience a significant audio amplification to bring your media to life like never before.
Clear Controls: User-friendly controls make it easy to adjust the sound according to your preferences.
Volume Control in Separate Tabs: Seamlessly control the volume of different tabs independently for a customized listening experience.
For those seeking a truly immersive experience, utilize the extension's full-screen mode by pressing F11 on Windows OS or CONTROL + Cdm + F on MacOS.

Enhance your audio journey with this unique Chrome extension and take your multimedia indulgence to new heights!                    

拡張機能の基本情報

名前 Volume Booster 3.0 Volume Booster 3.0
ID dnkplkhnmhfoddoanflcodkkcngokbhc
公式URL https://chromewebstore.google.com/detail/volume-booster-30/dnkplkhnmhfoddoanflcodkkcngokbhc
説明 Boost your volume up to 600%
ファイルサイズ 647 KB
インストール数 900,000
現在のバージョン 3.0.1
最終更新日 2023-09-13
公開日 2023-07-27
評価 4.70/5 合計 70 レビュー
開発者 Volume Booster Master
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/1lhFrW2kOeH_wSav3Z-J9YAME4bJCcR3z0poQB0EkU7E/edit?usp=sharing
対応言語 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,fi,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",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "3.0.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_app_name__",
        "default_icon": "icons\/icon_128_to_600.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/full_size_popup.css"
            ],
            "js": [
                "js\/full_size_popup_script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "tabCapture",
        "activeTab",
        "tabs",
        "storage",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_128_to_300.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/toolbar.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/close_btn_norm.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/fs_popup_close_btn_norm.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/win_fs_popup_logo.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/win_btn_f11.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/chr_fs_popup_btn.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/mac_fs_popup_logo.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "js\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/mac_fs_popup_btn_ctrl.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/mac_fs_popup_btn_cmd.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/mac_fs_popup_btn_f.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}