YTM Loudness Normalizer Firefox

Examine source code of YTM Loudness Normalizer

Inspect and view changes in YTM Loudness Normalizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YTM Loudness Normalizer",
  "version": "0.1.0",
  "description": "Normalize YouTube Music loudness to a custom target.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://music.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://music.youtube.com/*"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content/inject.js"
      ],
      "matches": [
        "https://music.youtube.com/*"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8d4f8f52-2f8a-4b20-9b52-4e9d9f4d9c1a}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YTM Loudness Normalizer Alternatives

Here are some Firefox add-ons that are similar to YTM Loudness Normalizer: