Volume Booster

Customize music file by volume booster tool. Allow you to increase the volume of your audio and video files

Τι είναι το Volume Booster;

Το Volume Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stark, και η κύρια λειτουργία του είναι "Customize music file by volume booster tool. Allow you to increase the volume of your audio and video files".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Volume Booster

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

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

                        Volume Booster is a handy application designed to enhance the audio output of your Chrome browser. It is a browser extension that can be easily installed and integrated into your Chrome web browser, providing a convenient way to boost the volume of various multimedia content.

The primary purpose of Volume Booster is to amplify the sound levels of online videos, music, podcasts, and any other audio-based content you encounter while browsing the web. It can be particularly useful in situations where the audio output is too low, allowing you to increase the volume and enjoy your media more comfortably.

Once installed, Volume Booster typically adds an icon or a control panel to the Chrome toolbar, giving you quick access to its settings and features. The extension works by applying digital signal processing techniques to increase the volume levels without significantly distorting the audio quality.

With Volume Booster, you can adjust the volume according to your preferences. It often provides a slider or numeric control that allows you to increase or decrease the volume levels incrementally. Some extensions may also offer additional customization options, such as equalizer settings, to fine-tune the audio output to your liking.

It's important to note that while Volume Booster can effectively boost the volume, excessively high volume levels may lead to audio distortion or reduce the overall audio quality. Therefore, it's recommended to use this extension responsibly and avoid pushing the volume levels to their maximum limit.

Overall, Volume Booster is a convenient Chrome extension that enhances the audio output of your browser, ensuring you can enjoy multimedia content with improved clarity and volume.                    

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

Όνομα Volume Booster Volume Booster
ID nlgmicoooapgmaaplbkjnhjbeojeoaha
Επίσημο URL https://chromewebstore.google.com/detail/volume-booster/nlgmicoooapgmaaplbkjnhjbeojeoaha
Περιγραφή Customize music file by volume booster tool. Allow you to increase the volume of your audio and video files
Μέγεθος Αρχείου 173 KB
Αριθμός Εγκαταστάσεων 1,636
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-05-27
Ημερομηνία Δημοσίευσης 2023-05-26
Αξιολόγηση 4.85/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Stark
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon.png",
            "38": "assets\/icon.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "data\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/libs\/jquery.min.js",
                "data\/visualize.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}