Audio Equalizer - EQ

Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!

Audio Equalizer - EQ란 무엇입니까?

Audio Equalizer - EQ은(는) Cute Cursors에 의해 개발된 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 - EQ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all website!

The Audio Equalizer, a powerful tool that allows you to adjust the volume of sound, boost bass, raise the overall sound level (up to 3 times the volume of your speakers), and control the highs to create the perfect audio experience. This EQ Audio Equalizer works seamlessly on all web pages, including YouTube videos, live streams, TV shows, and online radios.

With a 12-band parametric EQ, you have full control over the sound frequencies. Fine-tune the audio to your preference, enhance vocals, and switch effortlessly between stereo and mono modes.

This browser extension is designed to improve your audio experience across all websites. Whether you want to enjoy clearer dialogues in movies, pump up the bass in your favorite songs, or adjust the sound balance in live streams, Audio Equalizer has you covered.

Rest assured, the extension only requires permission to "Read and change all your data on the websites you visit" for the sole purpose of modifying the audio to meet your specific preferences.

Audio Equalizer is user-friendly and suitable for everyone. Enhance your audio experience today with this simple yet powerful tool.                    

확장 프로그램 기본 정보

이름 Audio Equalizer - EQ Audio Equalizer - EQ
ID dddonmdoiepbnlieemndhohfdhjplcce
공식 URL https://chromewebstore.google.com/detail/audio-equalizer-eq/dddonmdoiepbnlieemndhohfdhjplcce
설명 Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!
파일 크기 100 KB
설치 횟수 30,309
현재 버전 2.4.7
최근 업데이트 2024-02-17
출시 날짜 2020-09-28
평점 3.72/5 총 163 개의 평점
개발자 Cute Cursors
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://cutecursors.com/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "32": "assets\/img\/image32.png",
            "64": "assets\/img\/image64.png",
            "96": "assets\/img\/image96.png",
            "128": "assets\/img\/image128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "isolated.js",
                "main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "32": "assets\/img\/image32.png",
        "64": "assets\/img\/image64.png",
        "96": "assets\/img\/image96.png",
        "128": "assets\/img\/image128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2\/vTFEzoVb8Gv5wF2TXyyG4CWGqxtq\/v+D3rGCKIBfMmOw9IGNgWlLQXUFHZbyxtNE4PPoigbMZUEjnLH+UHWfCG46odPTPxC+2v4RQvO87eYQz5NcP8b9SLR4DA3OBzcIyz7FY5PFWw2fbTBjIA2rhG6hXt2Vx5i6XS1vMSFDRElkCcyufUBe38g385ZjKpKd8lK7z\/mBR8ojBxfrRzP82YQVk2bwpYptoQyo9UrTkt6VUllNXF9hBrV7tUyPILKVqK6KiXZOIQnvw6V3MoDdtl1eLrl1oMhcamB6sQ3jDiQKqSsAnZjfUGVJZ7plwyIbMCVvNF5eqES8m1sw1PrwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "notifications",
        "alarms"
    ],
    "options_page": ".\/popup.html",
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.7",
    "version_name": "2.4.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "*:\/\/*.addonup.com\/*",
                "*.*"
            ]
        }
    ]
}