Volume Booster 2023 - It's your sound control

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

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

Volume Booster 2023 - It's your sound control je rozšíření Chrome vyvinuté Volume Booster Master, a jeho hlavní funkcí je „Up to 600% volume boost. Like a Volumix but better“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Volume Booster 2023 - It's your sound control

Stáhněte si soubory rozšíření Volume Booster 2023 - It's your sound control ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Volume Booster 2023 - It's your sound control Volume Booster 2023 - It's your sound control
ID pcedhgghoalplpjcnmngmeajomcpbjif
Oficiální URL https://chrome.google.com/webstore/detail/sound-booster-2023-its-yo/pcedhgghoalplpjcnmngmeajomcpbjif
Popis Up to 600% volume boost. Like a Volumix but better
Velikost souboru 352 KB
Počet instalací 747,967
Aktuální Verze 2.4.2.2
Poslední Aktualizace 2023-02-05
Datum Vydání 2021-07-04
Hodnocení 3.39/5 Celkem 83 Hodnocení
Vývojář Volume Booster Master
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/1Qr_xWnTWYkzXHbuSIV4yevaggjkyr6khp-mAukcNdRE/edit?usp=sharing
Podporované Jazyky 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'"
}