YT Captures+ Firefox

Examine source code of YT Captures+

By: Alshaan
Inspect and view changes in YT Captures+ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YT Capture+",
  "version": "1.0",
  "description": "Take screenshot of YouTube video only.",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "icons/ext.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ytcapture@example.com"
    }
  }
}

Best YT Captures+ Alternatives

Here are some Firefox add-ons that are similar to YT Captures+: