Boost Audio™

Boost Audio: Elevate your browsing experience with enhanced audio, customizable EQ, bass boost, and clear sound control.

Boost Audio™ là gì?

Boost Audio™ là một tiện ích mở rộng Chrome được phát triển bởi Ann Reybak, và tính năng chính của nó là "Boost Audio: Elevate your browsing experience with enhanced audio, customizable EQ, bass boost, and clear sound control.".

Ả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 Boost Audio™

Tải xuống các tệp mở rộng Boost Audio™ 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

                        🎵 Elevate Your Sound: Discover "Boost Audio," the ultimate audio enhancement extension for your web browser. Designed for audiophiles and casual listeners alike, this tool unlocks superior sound control and quality online.

Key Features:

🎚️ Advanced Equalization: Customize your audio with a sophisticated 10-band equalizer. Choose from presets like Pop, Jazz, Rock, or craft your unique soundscapes.
🔊 Bass Boost: Feel every beat with our low-frequency amplification technology. Dive into deeper, richer sounds for an enhanced auditory experience.
🎧 Clarity and Balance: Achieve crystal-clear audio by reducing distortion and perfectly balancing channels. Immerse yourself in a flawless sound journey.
🖱️ User-Friendly Interface: Effortlessly adjust your audio settings through an intuitive interface. From equalization to volume boosting, everything's just a few clicks away.
📈 Volume Boost: Amplify your audio beyond its original limits. Enjoy clear sound in any environment, regardless of speaker quality.
🌐 Wide Compatibility: Enhance your favorite sites like YouTube, Netflix, Spotify, and more. Boost Audio works seamlessly across a myriad of content platforms.
🔁 Automatic Gain Control: Experience consistent volume without the surprises. Our extension smartly adjusts levels to prevent spikes or drops across different media.
⚡ Efficient Design: Designed to be lightweight and resource-efficient, Boost Audio ensures your browsing stays swift and uninterrupted.

Transform Your Browser Into an Audio Powerhouse

With "Boost Audio," your browser becomes a sophisticated audio hub, elevating every note, beat, and melody. Unlock the full potential of online multimedia with unparalleled sound quality and control.                    

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

Tên Boost Audio™ Boost Audio™
ID lemhjgdbbhdidhcekefiielgjknabmao
URL Chính Thức https://chromewebstore.google.com/detail/boost-audio/lemhjgdbbhdidhcekefiielgjknabmao
Mô tả Boost Audio: Elevate your browsing experience with enhanced audio, customizable EQ, bass boost, and clear sound control.
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 5,352
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2024-02-18
Ngày Phát Hành 2023-11-29
Đánh Giá 4.63/5 Tổng số 59 Đánh Giá
Nhà Phát Triển Ann Reybak
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/worker.js"
    },
    "default_locale": "en",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "icons": {
        "256": "icons\/icon-256.png",
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png",
        "32": "icons\/icon-32.png",
        "24": "icons\/icon-24.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 3,
    "permissions": [
        "tabCapture",
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "cont.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "256": "icons\/icon-256.png",
            "128": "icons\/icon-128.png",
            "64": "icons\/icon-64.png",
            "32": "icons\/icon-32.png",
            "24": "icons\/icon-24.png",
            "16": "icons\/icon-16.png"
        }
    }
}