Smart Volume Normalizer Firefox

Examine source code of Smart Volume Normalizer

By: Sim
Inspect and view changes in Smart Volume Normalizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Volume Normalizer",
  "version": "1.0",
  "description": "Tự động cân bằng âm lượng giữa các tab: đo mức âm và điều chỉnh volume để các tab có mức nghe đồng đều.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Smart Volume Normalizer",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{77a746e3-166c-4074-b89c-ad9fbd138ffb}"
    }
  }
}

Best Smart Volume Normalizer Alternatives

Here are some Firefox add-ons that are similar to Smart Volume Normalizer: