SoundFixer

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

Τι είναι το SoundFixer;

Το SoundFixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Matt Wheeler, και η κύρια λειτουργία του είναι "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SoundFixer

Λήψη αρχείων επέκτασης SoundFixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 

Βασικές Πληροφορίες Επέκτασης

Όνομα SoundFixer SoundFixer
ID mbhbddecpoendcifccfckjkigbinefkg
Επίσημο URL https://chromewebstore.google.com/detail/soundfixer/mbhbddecpoendcifccfckjkigbinefkg
Περιγραφή Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud
Μέγεθος Αρχείου 20.12 KB
Αριθμός Εγκαταστάσεων 9,709
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2019-11-16
Ημερομηνία Δημοσίευσης 2019-11-15
Αξιολόγηση 4.63/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής Matt Wheeler
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
    }
}