Sound Equaliser

Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic

Sound Equaliser là gì?

Sound Equaliser là một tiện ích mở rộng Chrome được phát triển bởi Equalizer, và tính năng chính của nó là "Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic".

Ả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 Equaliser

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

                        Audio equalizers are a great way to customize the sound of your audio files. With an the extension, you can adjust the frequency of your files to make them sound better. If you're looking for an easy way to customize the sound, then an Equaliser for Chrome is the perfect solution.

A sound equaliser and volume booster is a device application that allows users to improve the sound levels of their audio devices. It is used to enhance the quality of recordings, music, and other sources.                    

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

Tên Sound Equaliser Sound Equaliser
ID fiphekinhfebkgjfmnpdjaopccohobgl
URL Chính Thức https://chrome.google.com/webstore/detail/audio-equalizer/fiphekinhfebkgjfmnpdjaopccohobgl
Mô tả Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic
Kích Thước Tệp 218 KB
Số Lần Cài Đặt 2,400,100
Phiên Bản Hiện Tại 4.1.1
Cập Nhật Lần Cuối 2023-03-20
Ngày Phát Hành 2023-02-22
Đánh Giá 4.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Equalizer
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": {
        "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,
    "name": "__MSG_name__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "short_name": "Equalizer",
    "version": "4.1.1",
    "version_name": "4.1.1"
}