Audio switcher Firefox

Examine source code of Audio switcher

Inspect and view changes in Audio switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Audio switcher",
  "version": "0.3",
  "description": "Audio switcher",
  "icons": {
    "64": "icons/icon-64.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "match_about_blank": true,
      "exclude_matches": [
        "https://plus.google.com/hangouts/*",
        "https://hangouts.google.com/*",
        "https://meet.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/icon-64.png"
    },
    "default_title": "Audio switcher",
    "default_popup": "popup.html"
  }
}

Best Audio switcher Alternatives

Here are some Firefox add-ons that are similar to Audio switcher: