Audio Equalizer
Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic
什么是Audio Equalizer?
Audio Equalizer是由crazzydazzyk开发的Chrome扩展程序,该扩展的主要功能是“Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic”。
扩展截图
下载Audio Equalizer扩展crx文件
下载Audio Equalizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Audio equalizers are a great way to customize the sound of your audio files. With an the extension, you can adjust the frequency of your files to make them sound better. If you're looking for an easy way to customize the sound, then an Equaliser for Chrome is the perfect solution. A sound equaliser and volume booster is a device application that allows users to improve the sound levels of their audio devices. It is used to enhance the quality of recordings, music, and other sources.
扩展基本信息
名称 | Audio Equalizer |
ID | gaehmonpidpljhpcjkipclmbgilhaafb |
官方URL | https://chromewebstore.google.com/detail/audio-equalizer/gaehmonpidpljhpcjkipclmbgilhaafb |
简介 | Audio equaliser with most popular music genre presets. Make own settings of sound, bass, volume, acoustic |
文件大小 | 159 KB |
安装次数 | 126 |
当前版本 | 4.1.0 |
更新时间 | 2023-10-08 |
上架时间 | 2023-10-07 |
评分 | 4.00/5 共2次评分 |
开发者 | crazzydazzyk |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | de,en,en-GB,en-US,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "\/icons\/off.png", "default_title": "__MSG_title__" }, "content_security_policy": { "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "\/icons\/128.png", "256": "\/icons\/256.png", "64": "\/icons\/64.png" }, "manifest_version": 3, "name": "__MSG_name__", "options_ui": { "page": "options.html" }, "permissions": [ "*:\/\/*\/*", "tabCapture", "storage" ], "short_name": "Equalizer", "version": "4.1.0", "version_name": "4.1.0" } |