Original Sound
This extension provides controls for audio input processing
Original Sound là gì?
Original Sound là một tiện ích mở rộng Chrome được phát triển bởi marcsabatella, và tính năng chính của nó là "This extension provides controls for audio input processing".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Original Sound
Tải xuống các tệp mở rộng Original Sound 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
Applications that access your microphone normally apply processing to cancel echo and optimize for voice. But that same processing can be extremely detrimental to music. Some apps allow you to disable this processing. For web apps that do not - like the Zoom progressive web app (PWA), or Google Meet - this extension is your solution. To use the extension, install it, then run it from any web app you like. A dialog will be displayed that allows you to turn off echo cancellation and other voice optimizations. After making the settings you want in the dialog, you will need to either change input devices or disconnect and reconnect to the audio in orderr for your changes to take effect.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Original Sound |
ID | ffhniinhbjmjakiabdojmfehdhnbcmdh |
URL Chính Thức | https://chromewebstore.google.com/detail/original-sound/ffhniinhbjmjakiabdojmfehdhnbcmdh |
Mô tả | This extension provides controls for audio input processing |
Kích Thước Tệp | 12.2 KB |
Số Lần Cài Đặt | 891 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-02-25 |
Ngày Phát Hành | 2022-02-21 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | marcsabatella |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/marcsabatella/OriginalSound |
URL Trang Trợ Giúp | https://github.com/MarcSabatella/OriginalSound/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Original Sound", "version": "1.0.1", "description": "This extension provides controls for audio input processing", "author": "Marc Sabatella", "homepage_url": "https:\/\/github.com\/MarcSabatella\/OriginalSound", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon-48.png", "default_title": "Original Sound - press to display settings" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |