DeepBass Enhancer for Google Chrome™
Boost your listening experience! Enhance YouTube audio quality in your browser for free.
DeepBass Enhancer for Google Chrome™คืออะไร?
DeepBass Enhancer for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "Boost your listening experience! Enhance YouTube audio quality in your browser for free."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeepBass Enhancer for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย DeepBass Enhancer for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Introducing "Audio Enhancer for Google Chrome™", an exceptional and all-inclusive audio enhancement extension. Engineered to provide you with total control over your browsing experience, this extension offers a wide range of features tailored to satisfy the demands of every audiophile. Key Features: - Advanced Equalization: Customize your listening experience with a 10-band equalizer, allowing you to adjust the frequency response to your liking. Choose from a variety of presets, such as Pop, Jazz, and Rock, or create your own custom sound profiles. - Bass Enhancement: Add depth and richness to your audio with powerful low-frequency amplification technology, which enhances the overall listening experience. - Clarity and Balance: Improve the clarity of your audio by reducing distortion and adjusting the balance between the left and right channels, ensuring a clean and immersive sound experience. - Easy-to-use Interface: This extension features an intuitive user interface, making it simple to access and adjust all of its settings. You can enable or disable individual features, tweak the equalizer settings, and more, all with just a few clicks. - Volume Boosting: Increase the volume of your audio and video, ensuring that you can hear everything clearly, even in noisy environments or with low-quality speakers. - Compatibility: The audio enhancer works seamlessly with all your favorite websites, including YouTube, Netflix, Spotify, and more, enhancing the audio quality of any content you play through your browser. - Automatic Gain Control: Ensure consistent volume levels across different websites and videos with automatic gain control, which adjusts the volume based on the content's average loudness, avoiding sudden volume spikes or drops. - Lightweight and Efficient: Designed with performance in mind, this extension is lightweight and consumes minimal system resources, ensuring that your browsing experience remains smooth and uninterrupted. With the Audio Enhancer for Google Chrome™, you can transform your browser into a powerful and versatile audio hub. Enhance your online experience and unlock the full potential of your favorite multimedia content with this feature-packed extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DeepBass Enhancer for Google Chrome™ |
ID | lgdjpeakpnmgeoodieonlijkaominjko |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/deepbass-enhancer-for-goo/lgdjpeakpnmgeoodieonlijkaominjko |
คำอธิบาย | Boost your listening experience! Enhance YouTube audio quality in your browser for free. |
ขนาดไฟล์ | 145 KB |
จำนวนการติดตั้ง | 9,405 |
เวอร์ชันปัจจุบัน | 4.2.0 |
อัปเดตครั้งล่าสุด | 2023-04-25 |
วันที่เผยแพร่ | 2023-04-19 |
คะแนน | 4.90/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | admin |
อีเมล | [email protected] |
ภาษาที่รองรับ | 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": "\/worker.js" }, "default_locale": "en", "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" }, "manifest_version": 3, "permissions": [ "tabCapture", "storage", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end", "match_about_blank": true } ], "version": "4.2.0", "action": { "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" } } } |