Equalizer — Music Booster

Enhance your sound with 10 bands of equalisation, equaliser presets for a variety of musical genres, and a bass booster.

Co to jest Equalizer — Music Booster?

Equalizer — Music Booster to rozszerzenie Chrome opracowane przez https://www.downloadhub.cloud, a jego główną funkcją jest „Enhance your sound with 10 bands of equalisation, equaliser presets for a variety of musical genres, and a bass booster.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Equalizer — Music Booster

Pobierz pliki rozszerzeń Equalizer — Music Booster w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        With a 10-band Equalizer — Music Booster, numerous sound settings, and excellent control for high-quality sound, the Equalizer — Music Booster enables you to alter the balance between frequency components.

✅ Features
 1. controls for preamplifier volume.
 2. 10 sound adjustment ranges.
 3. 21 pre-sets ready to use.
 4. Little CPU activity while running.
 5. Each band's boost and cut frequencies are 12 dB apart.
 6. available across all operating systems for the browsers.
 7. Very lite and easy to use Extension.
 8. Free of charge equaliser extension.

When used properly, it can help you smooth out the sound and make it nicer and cleaner by increasing the volume of the low frequencies, reducing the volume of some of the high frequencies, or adjusting the balance in the middle between them.

It can be used to boost both low (bass) and high (treble) frequencies, or to change the volume of different frequencies in the audio stream.

It functions as an equaliser for YouTube and other websites that stream audio and video.

We also have a tonne of other features that might surprise you.
This is a useful tool that will enable you to personalise the sound. With 21 pre-set profiles for various music genres and your preferences,

Equalizer is a music booster. You can always make any necessary edits and save your customised profiles.
Equalizer — Music Booster can increase the maximum volume on your device, enhance the bass, and produce a surround sound effect.                    

Podstawowe informacje o rozszerzeniu

Nazwa Equalizer — Music Booster Equalizer — Music Booster
ID ncjkeicglhjliifpakdedmiffdeffpje
Oficjalny URL https://chrome.google.com/webstore/detail/equalizer-%E2%80%94-music-booster/ncjkeicglhjliifpakdedmiffdeffpje
Opis Enhance your sound with 10 bands of equalisation, equaliser presets for a variety of musical genres, and a bass booster.
Rozmiar pliku 214 KB
Liczba instalacji 656
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2023-01-16
Data Publikacji 2023-01-16
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper https://www.downloadhub.cloud
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.downloadhub.cloud/2023/01/music-booster.html
Adres URL Strony Polityki Prywatności https://www.downloadhub.cloud/p/privacy-policy.html
Obsługiwane Języki en,en-GB,en-US,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "\/icons\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "index.html?popup"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.downloadhub.cloud\/*"
        ]
    },
    "icons": {
        "128": "\/icons\/128.png",
        "256": "\/icons\/256.png",
        "64": "\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabCapture",
        "storage"
    ],
    "short_name": "Equalizer",
    "version": "1.0.4",
    "version_name": "1.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "*:\/\/*.downloadhub.cloud\/*",
                "*:\/\/*.youtube-tools.com\/*",
                "*.*"
            ]
        }
    ]
}