Volume Booster 2023 - It's your sound control

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

Cos'è Volume Booster 2023 - It's your sound control?

Volume Booster 2023 - It's your sound control è un'estensione di Chrome sviluppata da Volume Booster Master, e la sua funzione principale è "Up to 600% volume boost. Like a Volumix but better".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Volume Booster 2023 - It's your sound control

Scarica i file di estensione Volume Booster 2023 - It's your sound control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Volume Booster 2023 - It's your sound control Volume Booster 2023 - It's your sound control
ID pcedhgghoalplpjcnmngmeajomcpbjif
URL Ufficiale https://chrome.google.com/webstore/detail/sound-booster-2023-its-yo/pcedhgghoalplpjcnmngmeajomcpbjif
Descrizione Up to 600% volume boost. Like a Volumix but better
Dimensione del File 352 KB
Conteggio Installazioni 747,967
Versione Corrente 2.4.2.2
Ultimo Aggiornamento 2023-02-05
Data di Pubblicazione 2021-07-04
Valutazione 3.39/5 Totale 83 Valutazioni
Sviluppatore Volume Booster Master
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1Qr_xWnTWYkzXHbuSIV4yevaggjkyr6khp-mAukcNdRE/edit?usp=sharing
Lingue Supportate 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'"
}