Original Sound

This extension provides controls for audio input processing

Original Sound란 무엇입니까?

Original Sound은(는) marcsabatella에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides controls for audio input processing"입니다.

확장 프로그램 스크린샷

screenshot

Original Sound 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Original Sound
ID ffhniinhbjmjakiabdojmfehdhnbcmdh
공식 URL 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"
    }
}