Audio Equalizer
Audio limiter, volume control and sound effects
Audio Equalizerคืออะไร?
Audio Equalizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://audio-equalizer.dllplayer.com และคุณลักษณะหลักของมันคือ "Audio limiter, volume control and sound effects"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Equalizer
ดาวน์โหลดไฟล์ส่วนขยาย Audio Equalizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adjust the volume of the sound and increase it if your speakers are not enough. This is a simple audio equalizer which allows you to tune the sounds/volume for any Youtube music/video you are watching. Adjust the sound effects and get maximum pleasure from your Youtube music videos.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Audio Equalizer |
ID | akofeegpkdihaikifokhbilkaipgjboe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/audio-equalizer/akofeegpkdihaikifokhbilkaipgjboe |
คำอธิบาย | Audio limiter, volume control and sound effects |
ขนาดไฟล์ | 1.59 MB |
จำนวนการติดตั้ง | 4,426 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-08-21 |
วันที่เผยแพร่ | 2020-08-29 |
คะแนน | 4.04/5 รวมทั้งหมด 85 คะแนน |
ผู้พัฒนา | https://audio-equalizer.dllplayer.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://audio-equalizer.dllplayer.com/ |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/bg\/tuna.js", "js\/bg\/jungle.js", "js\/common.js", "js\/bg\/background.js", "js\/update-conf.js", "js\/update.js" ] }, "browser_action": { "default_icon": "style\/off.png", "default_popup": "popup.html", "default_title": "__MSG_mainTitle__" }, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "style\/on.png", "16": "style\/headphones-16.png", "256": "style\/headphones-256.png", "32": "style\/headphones-32.png", "64": "style\/headphones-64.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "tabCapture", "tabs", "storage" ], "version": "1.0.1" } |