Noise Filter

Noise reducer for video and audio

Noise Filter là gì?

Noise Filter là một tiện ích mở rộng Chrome được phát triển bởi https://dawio.io, và tính năng chính của nó là "Noise reducer for video and audio".

Ả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 Noise Filter

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

                        Introducing the ultimate solution for a better listening experience: Our new Chrome extension! Say goodbye to annoying background noises and say hello to crystal clear audio.

Our extension filters the audio of any video, removing unnecessary frequencies and cleaning up any nasty rumble sounds in the background. This not only improves the quality of the audio, but also takes care of your ears by reducing fatigue and preventing tinnitus in the long term.

For those who use ear plugs or a headset regularly, our extension is a game changer. You can now enjoy your videos without having to deal with unnecessary frequencies that can cause fatigue and strain on your ears. Plus, the human voice becomes so clear that you can even lower the volume of the source, which also helps.

Watching videos at x1.5 or faster is no longer a problem with our extension. It helps you understand human speech even at faster speeds.

Our extension integrates seamlessly with YouTube, making it easy to use and accessible to everyone. Plus, a version for Microsoft Teams, Zoom and Google Hangouts is coming out soon!

Upgrade your audio experience with our new Chrome extension and start listening to videos the way they were meant to be heard.

Using our new Chrome extension is incredibly easy! After installing the extension, an icon will be automatically added to any video that you open on YouTube. You can find the icon at the bottom right corner of the video, next to other YouTube icons.

To activate the filter, simply click on the icon and the extension will start filtering the audio, removing any unwanted frequencies and background noises. You'll immediately notice the difference in the quality of the audio!

If you want to return to the original audio, simply click on the icon again and the filter will be turned off. It's that easy!

Our extension is designed to be user-friendly and accessible to everyone, so you can enjoy a better listening experience without any hassle. Try it out today and see the difference for yourself!                    

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

Tên Noise Filter Noise Filter
ID jdopcomiamfaelhcealinfdkcooehcjk
URL Chính Thức https://chromewebstore.google.com/detail/noise-filter/jdopcomiamfaelhcealinfdkcooehcjk
Mô tả Noise reducer for video and audio
Kích Thước Tệp 192 KB
Số Lần Cài Đặt 3,017
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-04-04
Ngày Phát Hành 2023-03-21
Đánh Giá 3.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://dawio.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noise Filter",
    "version": "1.0.0",
    "description": "Noise reducer for video and audio",
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/bookmark.png",
                "assets\/play.png",
                "assets\/delete.png",
                "assets\/save.png",
                "assets\/eq.jpg",
                "assets\/mono-equalizer.svg",
                "assets\/equalizer.png",
                "assets\/eq_icon.png",
                "assets\/eq_grey.png",
                "assets\/eq_white.png"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/noise_filter_logo.png",
            "24": "assets\/noise_filter_logo.png",
            "32": "assets\/noise_filter_logo_32.png"
        },
        "default_title": "Noise Filter",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/noise_filter_logo_16.png",
        "32": "assets\/noise_filter_logo_32.png",
        "48": "assets\/noise_filter_logo_48.png",
        "128": "assets\/noise_filter_logo_128.png"
    },
    "manifest_version": 3
}