SoundFixer

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

Co je SoundFixer?

SoundFixer je rozšíření Chrome vyvinuté Matt Wheeler, a jeho hlavní funkcí je „Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SoundFixer

Stáhněte si soubory rozšíření SoundFixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 

Základní Informace o Rozšíření

Název SoundFixer SoundFixer
ID mbhbddecpoendcifccfckjkigbinefkg
Oficiální URL https://chromewebstore.google.com/detail/soundfixer/mbhbddecpoendcifccfckjkigbinefkg
Popis Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud
Velikost souboru 20.12 KB
Počet instalací 9,709
Aktuální Verze 1.1.0
Poslední Aktualizace 2019-11-16
Datum Vydání 2019-11-15
Hodnocení 4.63/5 Celkem 24 Hodnocení
Vývojář Matt Wheeler
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}