Original Sound
This extension provides controls for audio input processing
什麼是Original Sound?
Original Sound是由marcsabatella開發的Chrome擴展程式,該擴展的主要功能是“This extension provides controls for audio input processing”。
擴展截圖
下載Original Sound擴展crx文件
下載Original Sound擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Original Sound |
ID | ffhniinhbjmjakiabdojmfehdhnbcmdh |
官方網址 | https://chromewebstore.google.com/detail/original-sound/ffhniinhbjmjakiabdojmfehdhnbcmdh |
簡介 | This extension provides controls for audio input processing |
檔案大小 | 12.2 KB |
安裝次數 | 891 |
目前版本 | 1.0.1 |
更新時間 | 2022-02-25 |
上架時間 | 2022-02-21 |
評分 | 4.33/5 共 3 次評分 |
開發者 | marcsabatella |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/marcsabatella/OriginalSound |
說明頁面URL | https://github.com/MarcSabatella/OriginalSound/issues |
支援的語言 | 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" } } |