Equalizer for Chrome browser

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

什麼是Equalizer for Chrome browser?

Equalizer for Chrome browser是由Equalizer - AudioStudio開發的Chrome擴展程式,該擴展的主要功能是“Equalizer for your Browser. Customize your sound by 10 bands, equalizer presets with collection music genres and a bass booster..”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Equalizer for Chrome browser擴展crx文件

下載Equalizer for Chrome browser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Equalizer for Chrome browser Equalizer for Chrome browser
ID abikfbojmghmfjdjlbagiamkinbmbaic
官方網址 https://chromewebstore.google.com/detail/equalizer-for-chrome-brow/abikfbojmghmfjdjlbagiamkinbmbaic
簡介 Equalizer for your Browser. Customize your sound by 10 bands, equalizer presets with collection music genres and a bass booster..
檔案大小 211 KB
安裝次數 325,087
目前版本 3.3.2
更新時間 2024-02-14
上架時間 2020-08-03
評分 4.65/5 共 4860 次評分
開發者 Equalizer - AudioStudio
電子郵箱 [email protected]
付費類型 free
擴展官網 https://addonup.com/en/addons/equalizer-for-chrome-browser
隱私政策頁面URL https://sites.google.com/view/yivolprivace
支援的語言 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\/*",
                "*.*"
            ]
        }
    ]
}