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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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