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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
}