Audio Equalizer

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

Audio Equalizer là gì?

Audio Equalizer là một tiện ích mở rộng Chrome được phát triển bởi Web Tools, và tính năng chính của nó là "Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Audio Equalizer

Tải xuống các tệp mở rộng Audio Equalizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Audio Equalizer is for adjust volume of sound, bass booster, sound booster (up to 3x volume your speakers), dim the highs, up the vocals, 12 band parametric EQ, switch between stereo and mono. 

EQ Audio Equalizer works on all web pages including YouTube videos, live stream, TV and online radios.

Audio Equalizer is easy to use and for everyone!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Audio Equalizer Audio Equalizer
ID ojnijeelknkboepginhdnepplmfjhppl
URL Chính Thức https://chromewebstore.google.com/detail/audio-equalizer/ojnijeelknkboepginhdnepplmfjhppl
Mô tả Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!
Kích Thước Tệp 18.39 KB
Số Lần Cài Đặt 9,126
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-12-12
Ngày Phát Hành 2020-09-11
Đánh Giá 4.13/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Web Tools
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Audio Equalizer",
    "version": "1.2.0",
    "description": "Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!",
    "permissions": [
        "tabCapture"
    ],
    "icons": {
        "19": "img\/img19.png",
        "32": "img\/img32.png",
        "64": "img\/img64.png",
        "128": "img\/img128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/img19.png",
            "32": "img\/img32.png",
            "64": "img\/img64.png",
            "128": "img\/img128.png"
        }
    }
}