Volume Booster 2023 - It's your sound control

Up to 600% volume boost. Like a Volumix but better

Was ist Volume Booster 2023 - It's your sound control?

Volume Booster 2023 - It's your sound control ist eine Chrome-Erweiterung, die von Volume Booster Master entwickelt wurde, und ihr Hauptmerkmal ist "Up to 600% volume boost. Like a Volumix but better".

Erweiterungsscreenshots

screenshot

Volume Booster 2023 - It's your sound control-Erweiterungs-CRX-Datei herunterladen

Laden Sie Volume Booster 2023 - It's your sound control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A 600% volume and sound booster for the Chrome browser. Now you can control the power with the volume control and volume master function. 

Use when your speakers or headphones aren't playing, enough volume to comfortably watch videos or listen to music and podcasts. 

- Up to 600% sound boost
- clear controls
- volume control in separate tabs





To use the extension in full screen mode press F11 (Windows OS) or CONTROL +Cdm + F (MacOS)                    

Grundlegende Informationen zur Erweiterung

Name Volume Booster 2023 - It's your sound control Volume Booster 2023 - It's your sound control
ID pcedhgghoalplpjcnmngmeajomcpbjif
Offizielle URL https://chrome.google.com/webstore/detail/sound-booster-2023-its-yo/pcedhgghoalplpjcnmngmeajomcpbjif
Beschreibung Up to 600% volume boost. Like a Volumix but better
Dateigröße 352 KB
Installationsanzahl 747,967
Aktuelle Version 2.4.2.2
Letztes Update 2023-02-05
Veröffentlichungsdatum 2021-07-04
Bewertung 3.39/5 Insgesamt 83 Bewertungen
Entwickler Volume Booster Master
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1Qr_xWnTWYkzXHbuSIV4yevaggjkyr6khp-mAukcNdRE/edit?usp=sharing
Unterstützte Sprachen id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,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": 2,
    "default_locale": "en",
    "version": "2.4.2.2",
    "icons": {
        "16": "icons\/icon_16x16.png",
        "128": "icons\/icon_128_to_100.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_app_name__",
        "default_icon": "icons\/icon_128_to_600.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/full_size_popup.css"
            ],
            "js": [
                "js\/full_size_popup_script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabCapture",
        "activeTab",
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "gcm",
        "cookies"
    ],
    "web_accessible_resources": [
        "icons\/icon_128_to_300.png",
        "icons\/icon_128_to_600.png",
        "icons\/percents_100.png",
        "icons\/percents_75.png",
        "icons\/percents_50.png",
        "icons\/percents_25.png",
        "icons\/percents_13.png",
        "icons\/popup_info_bg.png",
        "icons\/minimized_popup_info_bg.png",
        "icons\/close_btn_norm.png",
        "icons\/close_btn_hover.png",
        "icons\/popup_info_bg.png",
        "icons\/toolbar.png",
        "icons\/arrow_toolbar.png",
        "icons\/default_favicon.png",
        "icons\/vol_to_300.png",
        "icons\/maximize.png",
        "icons\/minimize.png",
        "icons\/fs_popup_close_btn_norm.png",
        "icons\/chr_fs_popup_btn.svg",
        "icons\/mac_fs_popup_btn_cmd.svg",
        "icons\/mac_fs_popup_btn_f.svg",
        "icons\/mac_fs_popup_btn_ctrl.svg",
        "icons\/mac_fs_popup_logo.png",
        "icons\/win_fs_popup_logo.png",
        "icons\/win_btn_f11.svg",
        "fonts\/sansationregular.woff2",
        "fonts\/sansationregular.woff",
        "fonts\/sansationregular.ttf",
        "fonts\/sansationbold.woff2",
        "fonts\/sansationbold.woff",
        "fonts\/sansationbold.ttf"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}