Audio Equalizer
Audio limiter, volume control and sound effects
什么是Audio Equalizer?
Audio Equalizer是由https://audio-equalizer.dllplayer.com开发的Chrome扩展程序,该扩展的主要功能是“Audio limiter, volume control and sound effects”。
扩展截图
下载Audio Equalizer扩展crx文件
下载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" } |