SoundFixer

SoundFixer

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

Merlin
Additional files are visible only to premium users

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": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.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
  }
}