Volume Booster 2023 - It's your sound control

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

Co to jest Volume Booster 2023 - It's your sound control?

Volume Booster 2023 - It's your sound control to rozszerzenie Chrome opracowane przez Volume Booster Master, a jego główną funkcją jest „Up to 600% volume boost. Like a Volumix but better”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Volume Booster 2023 - It's your sound control

Pobierz pliki rozszerzeń Volume Booster 2023 - It's your sound control w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Volume Booster 2023 - It's your sound control Volume Booster 2023 - It's your sound control
ID pcedhgghoalplpjcnmngmeajomcpbjif
Oficjalny URL https://chrome.google.com/webstore/detail/sound-booster-2023-its-yo/pcedhgghoalplpjcnmngmeajomcpbjif
Opis Up to 600% volume boost. Like a Volumix but better
Rozmiar pliku 352 KB
Liczba instalacji 747,967
Aktualna Wersja 2.4.2.2
Ostatnia Aktualizacja 2023-02-05
Data Publikacji 2021-07-04
Ocena 3.39/5 Łącznie 83 Oceny
Deweloper Volume Booster Master
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/1Qr_xWnTWYkzXHbuSIV4yevaggjkyr6khp-mAukcNdRE/edit?usp=sharing
Obsługiwane Języki 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'"
}