Equalizer for Chrome browser

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

Wat is Equalizer for Chrome browser?

Equalizer for Chrome browser is een Chrome-extensie ontwikkeld door Equalizer - AudioStudio, en de belangrijkste functie is "Equalizer for your Browser. Customize your sound by 10 bands, equalizer presets with collection music genres and a bass booster..".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Equalizer for Chrome browser

Download Equalizer for Chrome browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Equalizer for Chrome browser Equalizer for Chrome browser
ID abikfbojmghmfjdjlbagiamkinbmbaic
Officiële URL https://chromewebstore.google.com/detail/equalizer-for-chrome-brow/abikfbojmghmfjdjlbagiamkinbmbaic
Beschrijving Equalizer for your Browser. Customize your sound by 10 bands, equalizer presets with collection music genres and a bass booster..
Bestandsgrootte 211 KB
Aantal Installaties 325,087
Huidige Versie 3.3.2
Laatst Bijgewerkt 2024-02-14
Publicatiedatum 2020-08-03
Beoordeling 4.65/5 Totaal 4860 Beoordelingen
Ontwikkelaar Equalizer - AudioStudio
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://addonup.com/en/addons/equalizer-for-chrome-browser
URL van de Privacybeleid Pagina https://sites.google.com/view/yivolprivace
Ondersteunde Talen 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\/*",
                "*.*"
            ]
        }
    ]
}