Sound booster by AudioMax

Boost sound, enhance bass, control volume, versatile equalizer & convenient volume control. Experience louder music or video volume.

Τι είναι το Sound booster by AudioMax;

Το Sound booster by AudioMax είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον James Farrar, και η κύρια λειτουργία του είναι "Boost sound, enhance bass, control volume, versatile equalizer & convenient volume control. Experience louder music or video volume.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sound booster by AudioMax

Λήψη αρχείων επέκτασης Sound booster by AudioMax σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Volume Booster by AudioMax is your ultimate audio assistant. Enhance your Chrome browsing experience by boosting the volume of any tab, taking your music listening, video watching, and gaming experience to new heights. Our unique audio-enhancing technology lets you control, customize, and amplify sound like never before.

This volume booster extension enables you to increase the volume by up to 600%, making it the perfect tool for boosting volume for YouTube Music, videos, movies, or any website where an audio boost is needed. In addition, our advanced bass booster technology ensures the best sound even at higher volumes, delivering deep and punchy bass to immerse you in your media fully.

Designed with a user-friendly interface, AudioMax includes a stylish popup complete with an interactive volume switch. Easily navigate and control audio across multiple tabs with our complete list view. No more hassle switching tabs to control volume – we put the control at your fingertips.

How to use AudioMax:

Install the Volume Booster extension.
- Pin it to your toolbar for quick access.
- Click on the volume booster extension icon to enable volume boosting with the toggle button.
- Choose your desired sound boost range from the interactive slider.
- Audio Equalizer automatically adjusts frequency components in your audio files. Experience enhanced sound across all platforms, from YouTube to Spotify, with our equalizer settings.

But we're more than just a volume booster. AudioMax is a complete audio management tool. With the ability to set individual volume settings for each tab, our extension allows you to control your audio environment completely.

We strive to make your audio experience rich, clear, and powerful. Download AudioMax now for free, and elevate your audio like never before. We eagerly await your feedback and ratings! Our dedicated customer support team is ready to assist if you encounter problems or our extension doesn't work as expected.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Sound booster by AudioMax Sound booster by AudioMax
ID bdbedpgdcnjmnccdappdddadbcdichio
Επίσημο URL https://chromewebstore.google.com/detail/sound-booster-by-audiomax/bdbedpgdcnjmnccdappdddadbcdichio
Περιγραφή Boost sound, enhance bass, control volume, versatile equalizer & convenient volume control. Experience louder music or video volume.
Μέγεθος Αρχείου 75.72 KB
Αριθμός Εγκαταστάσεων 923,064
Τρέχουσα Έκδοση 2.4
Τελευταία Ενημέρωση 2023-06-26
Ημερομηνία Δημοσίευσης 2021-04-12
Αξιολόγηση 4.82/5 Συνολικά 569 Αξιολογήσεις
Προγραμματιστής James Farrar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://soundboosting.com/privacy_policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "38": "icon\/icon-38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Volume Booster"
    },
    "commands": {
        "decrease_volume": {
            "description": "Decrease volume",
            "suggested_key": {
                "default": "Alt+Down"
            }
        },
        "increase_volume": {
            "description": "Increase volume",
            "suggested_key": {
                "default": "Alt+Up"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "\/js\/libs\/jquery.min.js",
                "\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon\/icon-128.png",
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabCapture",
        "",
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4",
    "web_accessible_resources": [
        "css\/content.css"
    ]
}