toMono

Gets video element, makes audio context mono.

toMono란 무엇입니까?

toMono은(는) Mihai Pop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gets video element, makes audio context mono."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Updates
0.2.2 - Added different icons for when extension is toggled

If you think this is useful, you can buy me a coffee here:
https://www.buymeacoffee.com/nJ5VOUy

When viewing a YouTube video you may have audio on just one channel(mono).

This extension can fake stereo by doubling the mono channel.

Basic flow
When you first click the extension button, mono(fake stereo) is toggled. On second click, your maximum number of channels per device destination is restored to its initial value.

Github: https://github.com/mihaimpop/toMono                    

확장 프로그램 기본 정보

이름 toMono toMono
ID iobkibolbjfdndjpmfbkkekeohkldgcj
공식 URL https://chromewebstore.google.com/detail/tomono/iobkibolbjfdndjpmfbkkekeohkldgcj
설명 Gets video element, makes audio context mono.
파일 크기 24.21 KB
설치 횟수 1,142
현재 버전 0.2.2
최근 업데이트 2020-09-23
출시 날짜 2019-11-05
평점 4.65/5 총 20 개의 평점
개발자 Mihai Pop
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mihaimpop/toMono
도움말 페이지 URL https://github.com/mihaimpop/toMono
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "Icon-128-disabled.png"
    },
    "description": "Gets video element, makes audio context mono.",
    "icons": {
        "128": "Icon-128-enabled.png",
        "48": "Icon-48-enabled.png",
        "32": "Icon-32-enabled.png",
        "12": "Icon-16-enabled.png"
    },
    "name": "toMono",
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "version": "0.2.2",
    "manifest_version": 2
}