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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Audio Equalizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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