Browser EQ

Control the frequency content of your browser audio

Browser EQ란 무엇입니까?

Browser EQ은(는) Berrak Nil Boya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control the frequency content of your browser audio"입니다.

확장 프로그램 스크린샷

screenshot

Browser EQ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Browser EQ is a parametric audio equalizer that allows users to control the frequency content of their in-browser audio.

Is the volume level of a video you are watching too low? Is the video game footage you are watching too bass heavy or has a high pitched hiss going on in the background?

Now you can use Browser EQ to filter, boost or cut the audio frequency content of anything you are watching in the browser, whenever you want.

Release Notes:
As of version 1.0.0, there is only one instance of the eq enabled per browser, which means when you toggle the EQ popup on another tab, that tab will take over and the previously EQ'ed tab will go back to its default audio stream.

Right now EQ persists between URL changes and page refreshes, so to close it down completely you need to close the tab (or alternatively toggle the EQ on another page). 


Coming soon,

Presets, specified by use cases to give you an easier starting values.
Panning controls, to fix possible stereo problems on the video you are watching.
Ability to turn EQ on/off from the UI without having to close the tab.                    

확장 프로그램 기본 정보

이름 Browser EQ Browser EQ
ID odamhgdipmfelnoclggflemkjkigdnhe
공식 URL https://chromewebstore.google.com/detail/browser-eq/odamhgdipmfelnoclggflemkjkigdnhe
설명 Control the frequency content of your browser audio
파일 크기 22.43 KB
설치 횟수 2,396
현재 버전 1.0.1
최근 업데이트 2022-07-15
출시 날짜 2018-12-27
평점 4.06/5 총 16 개의 평점
개발자 Berrak Nil Boya
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser EQ",
    "description": "Control the frequency content of your browser audio",
    "version": "1.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Browser EQ"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabCapture"
    ]
}