YTDwl Firefox

Examine source code of YTDwl

Inspect and view changes in YTDwl source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YTDwl",
  "version": "1.1.1",
  "description": "Download youtube Audio",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "src/util.js",
      "src/worker-communication.js",
      "src/webRequest.js",
      "src/context.js",
      "src/runtime.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content_scripts/title.js"
      ],
      "matches": [
        "*://*.youtube.com/watch?*"
      ]
    }
  ],
  "permissions": [
    "*://*.youtube.com/*",
    "*://*.googlevideo.com/videoplayback?*",
    "webRequest",
    "tabs",
    "contextMenus",
    "downloads"
  ],
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  }
}

Best YTDwl Alternatives

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