Winamp Classic Equalizer

Winamp classic equalizer - customize the sound in a web. Volume, bass, acoustics settings and ready to use presets

Winamp Classic Equalizerคืออะไร?

Winamp Classic Equalizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Soundmonsters และคุณลักษณะหลักของมันคือ "Winamp classic equalizer - customize the sound in a web. Volume, bass, acoustics settings and ready to use presets"

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

screenshot
screenshot

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

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

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

                        Winamp classic equalizer is an application that allows you to adjust the sound on your computer or web browser by increasing or decreasing the volume level in different frequency bands. This app is available on the Chrome Web Store.

When you install the equalizer in your Chrome browser, you can adjust the sound according to your preferences by increasing or decreasing the volume level in certain frequency ranges. For example, you can increase the bass to enhance the rhythmic part of the song, or decrease the treble to avoid harshness in the sound.

An equalizer can also be useful for improving the sound quality on some websites like YouTube or Spotify, where you can customize the sound to suit your preferences and hear the music the way you want.

All in all, Equalizer for Chrome is a useful and handy app for tweaking the sound in your browser.                    

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

ชื่อ Winamp Classic Equalizer Winamp Classic Equalizer
ID hibihejapokgbbimeemhclbhheljaahc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/winamp-classic-equalizer/hibihejapokgbbimeemhclbhheljaahc
คำอธิบาย Winamp classic equalizer - customize the sound in a web. Volume, bass, acoustics settings and ready to use presets
ขนาดไฟล์ 482 KB
จำนวนการติดตั้ง 1,614
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2023-06-15
วันที่เผยแพร่ 2023-05-04
คะแนน 4.11/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา Soundmonsters
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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",
        "tabs",
        "storage"
    ],
    "short_name": "Equalizer",
    "version": "0.1.6",
    "version_name": "0.1.6"
}