SoundFixer

Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud

Co to jest SoundFixer?

SoundFixer to rozszerzenie Chrome opracowane przez Matt Wheeler, a jego główną funkcją jest „Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SoundFixer

Pobierz pliki rozszerzeń SoundFixer 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

                        A web extension that lets you fix annoying sound problems on the web e.g. YouTube videos. Sound might play only in one channel, be too quiet at maximum volume, or too loud at minimum volume.

No more "plug your headphones only halfway into the jack" suggestions!

Unfortunately, doesn't work on all websites — specifically, we're not allowed to use the Web Audio API from a cross-domain 

Podstawowe informacje o rozszerzeniu

Nazwa SoundFixer SoundFixer
ID mbhbddecpoendcifccfckjkigbinefkg
Oficjalny URL https://chromewebstore.google.com/detail/soundfixer/mbhbddecpoendcifccfckjkigbinefkg
Opis Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud
Rozmiar pliku 20.12 KB
Liczba instalacji 9,709
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2019-11-16
Data Publikacji 2019-11-15
Ocena 4.63/5 Łącznie 24 Oceny
Deweloper Matt Wheeler
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoundFixer",
    "author": "Matt Wheeler",
    "version": "1.1.0",
    "description": "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet\/loud",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_title": "SoundFixer",
        "default_popup": "popup.html",
        "theme_icons": [
            {
                "dark": "img\/icon48.png",
                "light": "img\/icon-inv48.png",
                "size": 48
            }
        ],
        "browser_style": true
    }
}