SoundFixer

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

SoundFixerとは何ですか?

SoundFixerはMatt Wheelerによって開発されたChromeの拡張機能で、その主な機能は「Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud」です。

拡張機能のスクリーンショット

screenshot

SoundFixer拡張機能のCRXファイルをダウンロード

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
Eメール [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
    }
}