Volume Sound Booster

Increase volume if 100% is not enough!

Wat is Volume Sound Booster?

Volume Sound Booster is een Chrome-extensie ontwikkeld door DevOps, en de belangrijkste functie is "Increase volume if 100% is not enough!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Volume Sound Booster

Download Volume Sound Booster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Volume Sound Booster Volume Sound Booster
ID eajloihmgggbfobianjoedhmjgfgpdco
Officiële URL https://chromewebstore.google.com/detail/volume-sound-booster/eajloihmgggbfobianjoedhmjgfgpdco
Beschrijving Increase volume if 100% is not enough!
Bestandsgrootte 127 KB
Aantal Installaties 13,074
Huidige Versie 2.0.3
Laatst Bijgewerkt 2024-01-29
Publicatiedatum 2020-10-01
Beoordeling 4.32/5 Totaal 56 Beoordelingen
Ontwikkelaar DevOps
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/privacy-policy-for-app-one/privacy
Ondersteunde Talen 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"
            }
        ]
    }
}