Audio Equalizer
Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!
Audio Equalizerคืออะไร?
Audio Equalizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Web Tools และคุณลักษณะหลักของมันคือ "Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Equalizer
ดาวน์โหลดไฟล์ส่วนขยาย Audio Equalizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Audio Equalizer is for adjust volume of sound, bass booster, sound booster (up to 3x volume your speakers), dim the highs, up the vocals, 12 band parametric EQ, switch between stereo and mono. EQ Audio Equalizer works on all web pages including YouTube videos, live stream, TV and online radios. Audio Equalizer is easy to use and for everyone!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Audio Equalizer |
ID | ojnijeelknkboepginhdnepplmfjhppl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/audio-equalizer/ojnijeelknkboepginhdnepplmfjhppl |
คำอธิบาย | Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs! |
ขนาดไฟล์ | 18.39 KB |
จำนวนการติดตั้ง | 9,126 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2022-12-12 |
วันที่เผยแพร่ | 2020-09-11 |
คะแนน | 4.13/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | Web Tools |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Audio Equalizer", "version": "1.2.0", "description": "Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!", "permissions": [ "tabCapture" ], "icons": { "19": "img\/img19.png", "32": "img\/img32.png", "64": "img\/img64.png", "128": "img\/img128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "img\/img19.png", "32": "img\/img32.png", "64": "img\/img64.png", "128": "img\/img128.png" } } } |