Advanced Audio Equalizer

Enhance your online audio experience with the Advanced Audio Equalizer. Fine-tune your tab audio in real-time

Advanced Audio Equalizerคืออะไร?

Advanced Audio Equalizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://viiny.com และคุณลักษณะหลักของมันคือ "Enhance your online audio experience with the Advanced Audio Equalizer. Fine-tune your tab audio in real-time"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Enhance your online audio experience with the Advanced Audio Equalizer, your ultimate sound companion. Join our community of audio enthusiasts and discover a world of personalized sound quality like never before.

🎵 Fine-Tune Your Audio, Effortlessly
With the Advanced Audio Equalizer, sculpt your audio to perfection with precision EQ settings and dynamic effects. From crisp highs to deep lows, tailor your sound to suit your preferences with ease.

🌟 Unlock a Universe of Audio Effects
Immerse yourself in a world of audio effects with the Advanced Audio Equalizer. Explore reverb, chorus, 3D audio, compressor, and background noise control, each with its own set of presets for instant customization.

🔊 Amplify Your Listening Experience
Boost your audio to new heights with volume amplification of up to 800%. Whether you're gaming, streaming, or simply browsing, feel the power of crystal-clear sound with every click.

🔄 Sync Your Settings Across Devices
Never lose your perfect audio setup again. With syncable profiles, your personalized settings travel with you across devices effortlessly, ensuring a consistent audio experience wherever you go.

Ready to take your audio to the next level? Add the Advanced Audio Equalizer to your browser today and start enjoying a truly personalized sound experience.                    

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

ชื่อ Advanced Audio Equalizer Advanced Audio Equalizer
ID ibefjagfpcdefiapiapnhleogifimklb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/advanced-audio-equalizer/ibefjagfpcdefiapiapnhleogifimklb
คำอธิบาย Enhance your online audio experience with the Advanced Audio Equalizer. Fine-tune your tab audio in real-time
ขนาดไฟล์ 1.17 MB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2024-02-21
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://viiny.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://viiny.com/
URL หน้าช่วยเหลือ https://viiny.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://viiny.com/privacy
ภาษาที่รองรับ de,en,fr,nl,tr,es,it,ru,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.0",
    "author": "Viiny",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "tabCapture",
        "tabs",
        "offscreen",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.6c70dcc7.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "partner-content.9c4bea8b.js"
            ],
            "css": []
        }
    ],
    "short_name": "Equalizer",
    "default_locale": "en",
    "homepage_url": "https:\/\/viiny.com",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self' 'wasm-unsafe-eval';"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/api.viiny.com\/*",
            "*:\/\/viiny.com\/*"
        ]
    }
}