Volume Booster

Volume Booster helps unleash the power of sound your browser! Increase volume and bass boost of any tab. Volume control

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

Το Volume Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Audio Ext., και η κύρια λειτουργία του είναι "Volume Booster helps unleash the power of sound your browser! Increase volume and bass boost of any tab. Volume control".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Volume Booster is simple and easy to use application, which Boost your media sound volume more than maximum permitted!

One of the most efficient and practical Sound Booster extensions for Chrome, which allows you to amplify the sound of any video or audio content played in the browser.

Websites are now just ripped apart by media content such as video, music, streaming video and audio, ads. To take control of all this sound, you need a volume control tool with the ability to set individual volume settings for each tab. 

Extension Volume Booster includes:
 ✔️ Level up sound more than 600% from standard sound power.
✔️ Switch off automatically in normal mode.
✔️ Change the volume for each individual tab with sound booster.
✔️ Works great on all popular sites
✔️ Remembers previous sound settings.
✔️ Simple and stylish popup window Volume Booster extension with volume control and list of tabs.

Enjoy listening to your favorite shows, music, and videos with as much as you want! 

Sound Booster displays a volume slider that you may use to change the volume. The icon of the extension indicates the volume level at any time so that you see it at first glance.

How to install Volume Booster? Here are the steps to download and use the sound booster extension: 
 Install the Volume Booster from the download button 
 Pin the Volume booster for quick access
 Play any video or audio
 Enable the extension by clicking on the icon
 Easily adjust volume levels by slider bar

Audio equalizer is a lite extension that let you easily adjust audio settings (the balance between frequency components in an audio file) from a toolbar popup.

Bass Booster - chrome extension that help you to set a desired speaker volume degree for each individual tab in your browser. This app have a simple interface of sound volume control switch as it just possible with keeping all of its power in a light design. Stylish popup  Volume Master with a volume switch with a list of tabs that a now playing audio content.

Volume Control 
To take control over all that audio you need a power volume adjust tool with the ability to set individual volume settings for each tab. To solve that task we developed our audio volume control extension.

Chrome prevents you from going to a complete full-screen when using any extension manipulating with sound.
There's no way to bypass it and after all it's a good thing that keeps you safe. However you can improve the situation a bit by pressing F11 (on Windows) or Ctr+Cmd+F (on Mac).

Install, share with your friends and feel free to leave comments or requests for our volume booster app. We hope you find our Volume Booster useful!                    

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

Όνομα Volume Booster Volume Booster
ID piklelgilkpgdfohojnbkfheigoglokn
Επίσημο URL https://chrome.google.com/webstore/detail/volume-booster/piklelgilkpgdfohojnbkfheigoglokn
Περιγραφή Volume Booster helps unleash the power of sound your browser! Increase volume and bass boost of any tab. Volume control
Μέγεθος Αρχείου 161 KB
Αριθμός Εγκαταστάσεων 339,994
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2023-03-09
Ημερομηνία Δημοσίευσης 2021-04-29
Αξιολόγηση 4.77/5 Συνολικά 1158 Αξιολογήσεις
Προγραμματιστής Audio Ext.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/audio-booster/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.2.1",
    "icons": {
        "16": "assets\/icon-logo.png",
        "32": "assets\/icon-logo.png",
        "48": "assets\/icon-logo.png",
        "128": "assets\/icon-logo.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon-logo.png",
            "38": "assets\/icon-logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/libs\/jquery.min.js",
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/materialize.min.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabCapture",
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}