Equalizer for Chrome browser

Equalizer for your Browser. Customize your sound by 10 bands, equalizer presets with collection music genres and a bass booster..

Co to jest Equalizer for Chrome browser?

Equalizer for Chrome browser to rozszerzenie Chrome opracowane przez Equalizer - AudioStudio, a jego główną funkcją jest „Equalizer for your Browser. Customize your sound by 10 bands, equalizer presets with collection music genres and a bass booster..”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Equalizer for Chrome browser

Pobierz pliki rozszerzeń Equalizer for Chrome browser 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

                        The Audio Equalizer allows you to adjust the balance between frequency components with a 10-band audio equalizer, many different sound settings and excellent control for quality sound.

Used correctly, it can help you smooth out the sound, making it nicer and cleaner, whether it be adding volume to the low frequencies, removing some of the high frequencies, or adjusting the middle balance between them.

This is a handy tool to help you customize the sound for you. Audio equalizer with 21 preset profiles for different music genres and for your taste.
You can always edit them to your liking and save your profiles.

Audio Equalizer (Eq) can create a surround sound effect, boost bass and increase the maximum volume on your device.

You can use it to adjust the level of various frequencies in the audio stream, or to boost both low frequencies (bass) and high frequencies. You can use it as an equalizer for YouTube and other streaming audio, video sites.
In addition, we have many other features that may surprise you.

Some of our handy Equalizer features:
    - Preamplifier volume controls;
    - 10 ranges for sound adjustment;
    - 21 ready-to-use presets;
    - Low CPU usage while running;
    - Boost / Cut frequency in each band is +/- 12 dB;
    - Absolutely free equalizer extension.

Audio Equalizer Preset List:
     - Acoustic;
     - Bass Booster (Bass Booster, Volume Booster);
     - Bass reducer;
     - Classic;
     - Dance;
     - Deep;
     - Electronic;
     - Hip-hop;
     - Jazz;
     - Latin music;
     - Volume;
     - Hall;
     - Piano;
     - Pop;
     - Rnb;
     - Rock;
     - Small loudspeakers;
     - Speech;
     - High frequency amplifier;
     - High frequency reducer;
     - Vocal amplifier.                    

Podstawowe informacje o rozszerzeniu

Nazwa Equalizer for Chrome browser Equalizer for Chrome browser
ID abikfbojmghmfjdjlbagiamkinbmbaic
Oficjalny URL https://chromewebstore.google.com/detail/equalizer-for-chrome-brow/abikfbojmghmfjdjlbagiamkinbmbaic
Opis Equalizer for your Browser. Customize your sound by 10 bands, equalizer presets with collection music genres and a bass booster..
Rozmiar pliku 211 KB
Liczba instalacji 325,087
Aktualna Wersja 3.3.2
Ostatnia Aktualizacja 2024-02-14
Data Publikacji 2020-08-03
Ocena 4.65/5 Łącznie 4860 Oceny
Deweloper Equalizer - AudioStudio
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://addonup.com/en/addons/equalizer-for-chrome-browser
Adres URL Strony Polityki Prywatności https://sites.google.com/view/yivolprivace
Obsługiwane Języki 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,hu,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
{
    "action": {
        "default_icon": "\/icons\/off.png",
        "default_title": "__MSG_title__"
    },
    "author": "Equalizer - AudioStudio",
    "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": [
            "*:\/\/*.addonup.com\/*"
        ]
    },
    "icons": {
        "128": "\/icons\/128.png",
        "256": "\/icons\/256.png",
        "64": "\/icons\/64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjyzoogJ5CVWL3mg+j\/k\/T7ouxsnDSRlH\/6PgNixrkJu1aAh54Rr6rmEt6yfve9zJ5yIpOfPjY6WjRYwWkbs0Q5aKEg4Bm0HeLrX57TTERH6gt1X2ezNfp2NRNDwEAG3SXrhSSx24vwnlG6jznd6OZ9DHFD0PrrpuFVjiKvFO4GgPnVi8Rsq+uVbgeCkIcI0vC2B6MO1FIw7M1yr0WRP+JTz0s003sV+EHKURlxFP8P\/9zH\/gaKell2V23lG6aT2Z8MN2MXwknJqLpp\/9r9PSDzI21ytenpShBsH2i8uRumPOM4vpbtjIwmuR5U6EAmU0F6z9XqFA73Ip+5GglW4aMQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabCapture",
        "storage"
    ],
    "short_name": "Equalizer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.2",
    "version_name": "3.3.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "*:\/\/*.addonup.com\/*",
                "*:\/\/*.youtube-tools.com\/*",
                "*.*"
            ]
        }
    ]
}