Audio Equalizer

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

Audio Equalizerคืออะไร?

Audio Equalizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย crazzydazzyk และคุณลักษณะหลักของมันคือ "Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Equalizer

ดาวน์โหลดไฟล์ส่วนขยาย Audio Equalizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Audio Equalizer Audio Equalizer
ID gaehmonpidpljhpcjkipclmbgilhaafb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/audio-equalizer/gaehmonpidpljhpcjkipclmbgilhaafb
คำอธิบาย Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 4.1.0
อัปเดตครั้งล่าสุด 2023-10-08
วันที่เผยแพร่ 2023-10-07
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา crazzydazzyk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,en-GB,en-US,es
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",
        "storage"
    ],
    "short_name": "Equalizer",
    "version": "4.1.0",
    "version_name": "4.1.0"
}