Screenshot Button for YouTube Firefox

Examine source code of Screenshot Button for YouTube

Inspect and view changes in Screenshot Button for YouTube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "4.3.0",
  "name": "YouTube Screenshot",
  "description": "Take screenshots from YouTube Video & Shorts",
  "manifest_version": 2,
  "icons": {
    "96": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "YouTube Screenshot",
    "default_popup": "options/index.html#popup"
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "permissions": [
    "storage",
    "downloads",
    "clipboardWrite",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ded26be5-7733-415e-af31-9d456a03f6e4}"
    }
  }
}

Best Screenshot Button for YouTube Alternatives

Here are some Firefox add-ons that are similar to Screenshot Button for YouTube: