Domain Volume Control Firefox

Examine source code of Domain Volume Control

Inspect and view changes in Domain Volume Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Domain Volume Control",
  "version": "1.3",
  "description": "Control and remember volume settings per domain",
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.svg"
  },
  "icons": {
    "48": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{62d05c90-4395-4c47-baae-8e29874a5db6}"
    }
  }
}

Best Domain Volume Control Alternatives

Here are some Firefox add-ons that are similar to Domain Volume Control: