FoxAudioRoute Firefox

Examine source code of FoxAudioRoute

Inspect and view changes in FoxAudioRoute source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FoxAudioRoute",
  "short_name": "AudioRoute",
  "description": "Route HTML5 audio to specific output devices in Firefox.",
  "version": "1.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "audioroute@yourdomain.com",
      "strict_min_version": "116.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Select Audio Output"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best FoxAudioRoute Alternatives

Here are some Firefox add-ons that are similar to FoxAudioRoute: