YouTube Audio Firefox

Examine source code of YouTube Audio

Inspect and view changes in YouTube Audio source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Audio",
  "version": "1.0",
  "description": "Convert YouTube videos to audio (MP3).",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "https://www.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e6f54c07-296d-4652-b20c-c127f98b02f7}"
    }
  }
}

Best YouTube Audio Alternatives

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