YT-DLP CMD generator Firefox

Examine source code of YT-DLP CMD generator

By: mrbruno
Inspect and view changes in YT-DLP CMD generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YT-DLP CMD generator",
  "version": "1.4",
  "description": "An add-on to generate yt-dlp command for YouTube videos.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9d4444eb-a178-48fc-906c-c114dbd0037c}"
    }
  }
}

Best YT-DLP CMD generator Alternatives

Here are some Firefox add-ons that are similar to YT-DLP CMD generator: