Volume Sound Booster

Increase volume if 100% is not enough!

Was ist Volume Sound Booster?

Volume Sound Booster ist eine Chrome-Erweiterung, die von DevOps entwickelt wurde, und ihr Hauptmerkmal ist "Increase volume if 100% is not enough!".

Erweiterungsscreenshots

screenshot
screenshot

Volume Sound Booster-Erweiterungs-CRX-Datei herunterladen

Laden Sie Volume Sound Booster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Volume Sound Booster Volume Sound Booster
ID eajloihmgggbfobianjoedhmjgfgpdco
Offizielle URL https://chromewebstore.google.com/detail/volume-sound-booster/eajloihmgggbfobianjoedhmjgfgpdco
Beschreibung Increase volume if 100% is not enough!
Dateigröße 127 KB
Installationsanzahl 13,074
Aktuelle Version 2.0.3
Letztes Update 2024-01-29
Veröffentlichungsdatum 2020-10-01
Bewertung 4.32/5 Insgesamt 56 Bewertungen
Entwickler DevOps
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/privacy-policy-for-app-one/privacy
Unterstützte Sprachen 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"
            }
        ]
    }
}