Volume Sound Booster

Increase volume if 100% is not enough!

Co je Volume Sound Booster?

Volume Sound Booster je rozšíření Chrome vyvinuté DevOps, a jeho hlavní funkcí je „Increase volume if 100% is not enough!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Volume Sound Booster

Stáhněte si soubory rozšíření Volume Sound Booster 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í

                        Audio Sound Booster is a convenient browser extension that allows you to increase the volume of audio and video files on all websites. It is an excellent solution for those who are experiencing the problem of low volume on their computer.

With Audio Sound Booster, you can increase the volume up to 600%, making the sound clearer and more discernible. The extension also prevents audio distortion, making it clean and crystal clear.

One of the main advantages of Audio Sound Booster is the ability to adjust the volume for individual tabs, websites, or globally. Additionally, you can set the volume level for the entire website domain, so every time you visit it, the sound is amplified.

Furthermore, Audio Sound Booster also includes a Bass Booster feature that enhances the sound quality, making it more saturated and deep. The bass becomes more noticeable and amplified, allowing you to enjoy music and videos to the fullest.

Thus, Audio Sound Booster is an excellent extension for those who want to improve the sound quality on their computer and enjoy a brighter and more saturated sound on all websites.                    

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

Název Volume Sound Booster Volume Sound Booster
ID eajloihmgggbfobianjoedhmjgfgpdco
Oficiální URL https://chromewebstore.google.com/detail/volume-sound-booster/eajloihmgggbfobianjoedhmjgfgpdco
Popis Increase volume if 100% is not enough!
Velikost souboru 127 KB
Počet instalací 13,074
Aktuální Verze 2.0.3
Poslední Aktualizace 2024-01-29
Datum Vydání 2020-10-01
Hodnocení 4.32/5 Celkem 56 Hodnocení
Vývojář DevOps
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/privacy-policy-for-app-one/privacy
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,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",
    "homepage_url": "https:\/\/addonup.com",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "manifest_version": 3,
    "version": "2.0.3",
    "default_locale": "en",
    "permissions": [
        "tabCapture",
        "offscreen",
        "storage",
        "privacy",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__",
        "default_icon": {
            "32": "icon-32.png",
            "64": "icon-64.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA501Gb6MhVxDPEvIH+PnPeuOl8c1CROCSALQ5YuH6ps2SNmlD3CP34zLOKHQfh7eAIHl3ivN4gK2sIRzxkAIG4svFOYYcQzy8eFZBh0nf1sDN6\/OtgGQXlxX5l9D7+\/S6lmiZSvzSKD22PGeoGASVuBdYPWu1dsn7DZ2tVIZpBJbbQLfb7ii9kAYmlxIi3rekV228icpknmbQ1l7h\/8b\/XjIHueG1rOfrYMdZbUBx4rUd+lg46R25vma\/KHDkqNCuIoyeuJblhTLE84osuWnZIDEOB5a19YH06Yr2+7A4uoetpYggNpw\/\/\/cs9ekUZiPDcxvbIf+8R8pr3\/zLV45IhQIDAQAB",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}