Ears: Bass Boost, EQ Any Audio!

EQ any audio you find on the web, live! Crank the bass, dim the highs, up the vocals: all with Ears!

Ears: Bass Boost, EQ Any Audio!とは何ですか?

Ears: Bass Boost, EQ Any Audio!はVaux Audioによって開発されたChromeの拡張機能で、その主な機能は「EQ any audio you find on the web, live! Crank the bass, dim the highs, up the vocals: all with Ears!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Ears: Bass Boost, EQ Any Audio!拡張機能のCRXファイルをダウンロード

Ears: Bass Boost, EQ Any Audio!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ears Audio Toolkit is a volume booster and graphic equalizer. With Ears, you can alter the EQ of any and all tabs at the same time! Just navigate to any website with audio, open Ears, then drag the dots to raise or lower the filters. 

Ears works with ANY audio on ANY website :)

Your current tab will be EQed by default when opening the extension.

You can now SEE the audio and your changes in real-time using the Spectrum Visualizer!

UPDATE 1.3.12:
Buy me a coffee to show your appreciation for Ears

UPDATE 1.3.11:
Removed Ears Pro (Google disabled paid extensions).
Everyone now has all Ears Pro features for free.
Added link to a survey, fill it out to influence new features!

UPDATE 1.3.10:
Fix for computers with increased font size.

UPDATE 1.3.0:
Introducing Ears Pro!

UPDATE 1.2.16:
Fix scrolling on Windows.

UPDATE 1.2.12:
UI improvements.

UPDATE 1.2.8:
Fixed choppy / pitch-shifted audio caused when the system's sample rate changed.
Added some latency improvements.

UPDATE 1.2.7:
Added fullscreen and normal-screen bug fixes. Please report any additional fullscreen-related problems.

UPDATE 1.2.1:
Drag the middle line for a volume slider. Be careful, it is powerful!
Save and delete named presets!
Adjust filter Q parameter by holding shift and dragging up and down on the dot.
Performance optimizations.

Use the left- and right-most filters (controlled with the dots) to affect all of the lows or all of the highs. Then tweak the middle frequencies with the inner filters.

If the music clips, try sliding the volume line down.

Ears works with any website!
Enjoy!

Upcoming Features:
Per-tab stereo panning
Auto-EQ specific sites

Developed by Kevin King

Acknowledgements:
Biquad/Shelf filter equations: Nigel Redmon at earlevel.com                    

拡張機能の基本情報

名前 Ears: Bass Boost, EQ Any Audio! Ears: Bass Boost, EQ Any Audio!
ID nfdfiepdkbnoanddpianalelglmfooik
公式URL https://chromewebstore.google.com/detail/ears-bass-boost-eq-any-au/nfdfiepdkbnoanddpianalelglmfooik
説明 EQ any audio you find on the web, live! Crank the bass, dim the highs, up the vocals: all with Ears!
ファイルサイズ 224 KB
インストール数 582,726
現在のバージョン 1.3.12
最終更新日 2023-04-23
公開日 2018-09-09
評価 4.52/5 合計 3473 レビュー
開発者 Vaux Audio
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ears: Bass Boost, EQ Any Audio!",
    "short_name": "Ears",
    "description": "EQ any audio you find on the web, live! Crank the bass, dim the highs, up the vocals: all with Ears!",
    "version": "1.3.12",
    "author": "Kevin King",
    "icons": {
        "16": "ears16.png",
        "32": "ears32.png",
        "48": "ears48.png",
        "64": "ears64.png",
        "128": "ears128.png"
    },
    "browser_action": {
        "default_icon": "ears128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmvkDsI5IyGri+oOn\/B7yE9zt0hrZtX3SbHuvZfRjNQx0tDuqVPkHPIbq3NtWuHv5LqY5FFQIjFwvbVSOcx3YJhaE1Xz+GUKZvNFGNsClmXISP2h9aBfwF\/aQW\/f8rVk5\/yKFqYW20fVykzKFicxWQSychXsBZKIkIUa5KHvWE\/0KYoprfokW5fG9l0P5WmDApypNssJJ2NxrW3ROYFjzMDWJPjaZg\/GDH5MLayQ1vNhzFIF5IFDYNktP1jZQq\/OVQ6TFS6Syi4MxLVS+aaL0sIHBG2Luu2wRT9Thid8nMTQOLIJnJFgpO1bDybM0k8Iod08HlwdFJMDuZ26\/ieaujQIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}