Sound Equalizer

Wide opportunities for music settings. Ready to use presets are also available

Sound Equalizer là gì?

Sound Equalizer là một tiện ích mở rộng Chrome được phát triển bởi Sean The Rain, và tính năng chính của nó là "Wide opportunities for music settings. Ready to use presets are also available".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Sound 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

                        If you’re looking for a way to improve your audio experience on your favorite websites, then you should consider using a sound equalizer for Chrome. Sound equalizers are a great way to adjust the sound of your websites, allowing you to fine-tune your sound preferences for a more enjoyable listening experience.

A sound equalizer for Chrome is a type of plug-in that you can install in your browser. Once installed, it will give you access to a range of sound settings that you can adjust to suit your preferences. You can adjust the volume, bass, and treble levels of your audio, as well as applying special effects like reverb and echo. This gives you the opportunity to customize the sound of your favorite websites so that they sound exactly how you want them to.                    

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

Tên Sound Equalizer Sound Equalizer
ID hckjoofeeogkcfehlfiojhcademfgigc
URL Chính Thức https://chromewebstore.google.com/detail/sound-equalizer/hckjoofeeogkcfehlfiojhcademfgigc
Mô tả Wide opportunities for music settings. Ready to use presets are also available
Kích Thước Tệp 539 KB
Số Lần Cài Đặt 100,000
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2023-05-05
Ngày Phát Hành 2023-05-05
Đánh Giá 4.72/5 Tổng số 43 Đánh Giá
Nhà Phát Triển Sean The Rain
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,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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "\/icons\/off.png",
        "default_title": "__MSG_title__"
    },
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "\/icons\/128.png",
        "256": "\/icons\/256.png",
        "64": "\/icons\/64.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "name": "__MSG_name__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabCapture",
        "storage"
    ],
    "short_name": "Equalizer",
    "version": "3.0",
    "version_name": "3.0"
}