SoundF Automatically normalize Firefox

Examine source code of SoundF Automatically normalize

Inspect and view changes in SoundF Automatically normalize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SoundFixer",
  "version": "1.0.0",
  "description": "Auto-normalize, compress and fix audio for audio & video elements on web pages (Manifest V2).",
  "icons": {},
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "SoundFixer",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "applications": {
    "gecko": {
      "id": "soundfixer@example.com"
    }
  }
}

Mejores alternativas SoundF Automatically normalize

Aquí hay algunas Firefox add-ons que son similares a SoundF Automatically normalize: