Equalizer Plus

Unleash the Power of Personalized Audio in Chrome

Equalizer Plusคืออะไร?

Equalizer Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nikosardas.dev และคุณลักษณะหลักของมันคือ "Unleash the Power of Personalized Audio in Chrome"

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

screenshot

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

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

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

                        Transform your Chrome browsing experience with Equalizer Plus, an exceptional audio control tool that puts the power of sound customization at your fingertips. Explore a range of features designed to elevate your audio quality to new heights.

🔥 Key Features 🔥:
High-Quality Equalizer: Immerse yourself in superior audio quality with a high-performance equalizer boasting popular presets for quick adjustments.

Volume Dynamics Compressor: Achieve balanced and dynamic sound by fine-tuning volume dynamics to your liking.

Mono/Stereo Toggle: Switch seamlessly between mono and stereo modes for a personalized and immersive listening experience.

Volume Booster (Up to 400%): Boost your audio volume to new levels, ensuring every detail of your content is crystal clear.

Pan Dial for Stereo and True Mono Modes: Fine-tune the stereo experience or enjoy true mono with precision using the intuitive pan dial.

Save Settings as Default: Customize your audio settings once and save them as default for a consistent experience every time.

Unlimited Instances: Run multiple instances simultaneously, tailoring audio settings for various tabs or applications.

Real-Time Audio Processing: Experience instant adjustments with real-time audio processing, ensuring your changes take effect immediately.

Supports All Online Audio: Whether you're streaming music, watching videos, or engaging in online meetings, Equalizer Plus supports all online audio for a seamless experience.                    

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

ชื่อ Equalizer Plus Equalizer Plus
ID hhknncjekdkcckekbooephopomcjeiek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/equalizer-plus/hhknncjekdkcckekbooephopomcjeiek
คำอธิบาย Unleash the Power of Personalized Audio in Chrome
ขนาดไฟล์ 84.89 KB
จำนวนการติดตั้ง 13,158
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2024-01-12
วันที่เผยแพร่ 2021-12-22
คะแนน 4.71/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา nikosardas.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Equalizer Plus",
    "version": "1.2.4",
    "description": "Unleash the Power of Personalized Audio in Chrome",
    "manifest_version": 3,
    "minimum_chrome_version": "116",
    "offline_enabled": true,
    "icons": {
        "128": "assets\/images\/on.png"
    },
    "permissions": [
        "activeTab",
        "tabCapture",
        "storage",
        "notifications",
        "offscreen"
    ],
    "action": {
        "default_icon": "assets\/images\/on.png",
        "default_popup": "popup.html",
        "default_title": "EQ+"
    },
    "background": {
        "service_worker": "js\/serviceworker.js"
    }
}