toMono

Gets video element, makes audio context mono.

Co to jest toMono?

toMono to rozszerzenie Chrome opracowane przez Mihai Pop, a jego główną funkcją jest „Gets video element, makes audio context mono.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia toMono

Pobierz pliki rozszerzeń toMono w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa toMono toMono
ID iobkibolbjfdndjpmfbkkekeohkldgcj
Oficjalny URL https://chromewebstore.google.com/detail/tomono/iobkibolbjfdndjpmfbkkekeohkldgcj
Opis Gets video element, makes audio context mono.
Rozmiar pliku 24.21 KB
Liczba instalacji 1,142
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2020-09-23
Data Publikacji 2019-11-05
Ocena 4.65/5 Łącznie 20 Oceny
Deweloper Mihai Pop
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/mihaimpop/toMono
Adres URL Strony Pomocy https://github.com/mihaimpop/toMono
Obsługiwane Języki 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
}