SoundFixer

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

Cos'è SoundFixer?

SoundFixer è un'estensione di Chrome sviluppata da Matt Wheeler, e la sua funzione principale è "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SoundFixer

Scarica i file di estensione SoundFixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 

Informazioni di Base sull'Estensione

Nome SoundFixer SoundFixer
ID mbhbddecpoendcifccfckjkigbinefkg
URL Ufficiale https://chromewebstore.google.com/detail/soundfixer/mbhbddecpoendcifccfckjkigbinefkg
Descrizione Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud
Dimensione del File 20.12 KB
Conteggio Installazioni 9,709
Versione Corrente 1.1.0
Ultimo Aggiornamento 2019-11-16
Data di Pubblicazione 2019-11-15
Valutazione 4.63/5 Totale 24 Valutazioni
Sviluppatore Matt Wheeler
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}