Audio Equalizer

Audio EQ with music genres presets and bass booster features. Improve the sound!

Audio Equalizer là gì?

Audio Equalizer là một tiện ích mở rộng Chrome được phát triển bởi Sound Makers, và tính năng chính của nó là "Audio EQ with music genres presets and bass booster features. Improve the sound!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Audio Equalizer

Tải xuống các tệp mở rộng Audio Equalizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Beautiful and powerful audio EQ for you!

Audio Equalizer is a fast, lite and stylish add-on for your browser that lets you adjust websites audio for a perfect sound. 

Try using our equalizer extension while watching online videos or when listening to your favorite songs online – you will not get disappointed, it will bring your audio experience to a new level with a flexible audio tune! Any video or audio streaming site will be great with our EQ.

We have several presets for you to choose from. 

It doesn’t matter what music genres you prefer - we got you covered everywhere.  Acoustic, Dance, Deep, Electronic, Hip-Hop, Jazz, Latin or a Hard Rock – we covered them all with our presets and many more!

We’ve even added Bass Booster feature for a most picky user. 

Give it a try and discover what a refined sound you can create by just using our extension. 

After a simple tune-up, just sit back and enjoy that great quality sound in your online videos and your music. 

With our equalizer extension, you will get the pleasure from sound you deserve!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Audio Equalizer Audio Equalizer
ID ahikmoihohidpfjdmmdodfhnmjipmpci
URL Chính Thức https://chrome.google.com/webstore/detail/audio-equalizer/ahikmoihohidpfjdmmdodfhnmjipmpci
Mô tả Audio EQ with music genres presets and bass booster features. Improve the sound!
Kích Thước Tệp 222 KB
Số Lần Cài Đặt 100,000
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2022-08-10
Ngày Phát Hành 2020-09-24
Đánh Giá 4.75/5 Tổng số 1471 Đánh Giá
Nhà Phát Triển Sound Makers
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,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,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",
    "background": {
        "scripts": [
            "js\/core.js",
            "libs\/jungle.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/icons\/128.png",
            "256": "assets\/icons\/256.png",
            "64": "assets\/icons\/64.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_default_title__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icons\/128.png",
        "256": "assets\/icons\/256.png",
        "64": "assets\/icons\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "*:\/\/*\/*",
        "tabCapture",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "EQ - Audio Equalizer",
    "version": "2.2",
    "version_name": "2.2"
}