Audio Equalizer
Audio limiter, volume control and sound effects
What is Audio Equalizer?
Audio Equalizer is a Chrome extension developed by https://audio-equalizer.dllplayer.com, and its main feature is "Audio limiter, volume control and sound effects".
Extension Screenshots
Download Audio Equalizer Extension CRX File
Download Audio Equalizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Audio Equalizer |
ID | akofeegpkdihaikifokhbilkaipgjboe |
Official URL | https://chromewebstore.google.com/detail/audio-equalizer/akofeegpkdihaikifokhbilkaipgjboe |
Description | Audio limiter, volume control and sound effects |
File Size | 1.59 MB |
Installation Count | 4,426 |
Current Version | 1.0.1 |
Last Updated | 2021-08-21 |
Publish Date | 2020-08-29 |
Rating | 4.04/5 Total 85 Ratings |
Developer | https://audio-equalizer.dllplayer.com |
[email protected] | |
Payment Type | free |
Extension Website | https://audio-equalizer.dllplayer.com/ |
Supported Languages | 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" } |