Video Audio Extractor Firefox

Examine source code of Video Audio Extractor

By: King88
Inspect and view changes in Video Audio Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Audio Extractor",
  "version": "1.0",
  "description": "Extracts audio from videos on a webpage and saves it as an MP3 file.",
  "permissions": [
    "activeTab",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9cc293a2-61a6-4466-a434-dfb66f2ed0d4}"
    }
  }
}

Best Video Audio Extractor Alternatives

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