Volume Sound Booster

Increase volume if 100% is not enough!

Hvad er Volume Sound Booster?

Volume Sound Booster er en Chrome-udvidelse udviklet af DevOps, og dens hovedfunktion er "Increase volume if 100% is not enough!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Volume Sound Booster-udvidelses-CRX-fil

Download Volume Sound Booster-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Volume Sound Booster Volume Sound Booster
ID eajloihmgggbfobianjoedhmjgfgpdco
Officiel URL https://chromewebstore.google.com/detail/volume-sound-booster/eajloihmgggbfobianjoedhmjgfgpdco
Beskrivelse Increase volume if 100% is not enough!
Filstørrelse 127 KB
Antal Installationer 13,074
Nuværende Version 2.0.3
Senest Opdateret 2024-01-29
Udgivelsesdato 2020-10-01
Bedømmelse 4.32/5 Samlet 56 Bedømmelser
Udvikler DevOps
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/privacy-policy-for-app-one/privacy
Understøttede Sprog 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"
            }
        ]
    }
}