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是由Web Tools开发的Chrome扩展程序,该扩展的主要功能是“Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!”。

扩展截图

screenshot
screenshot
screenshot

下载Audio Equalizer扩展crx文件

下载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 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"
        }
    }
}