YT-DLP Web Player Firefox

Examine source code of YT-DLP Web Player

Inspect and view changes in YT-DLP Web Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YT-DLP Web Player",
  "description": "Replaces videos with YT-DLP Player and adds context menu",
  "version": "1.1.0",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "ytdlp-web-player@matszwe02",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "126.0"
    }
  },
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "tabs",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "48": "favicon48.png"
    },
    "default_popup": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "extension.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "favicon48.png",
    "128": "favicon128.png"
  },
  "options_page": "options.html"
}

Best YT-DLP Web Player Alternatives

Here are some Firefox add-ons that are similar to YT-DLP Web Player: