YT Capture+ Firefox

Examine source code of YT Capture+

By: Alshaan
Inspect and view changes in YT Capture+ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YT Capture+",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Capture YouTube video frames with one click.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b61c425f-4451-403d-ba63-1b29784d4b29}"
    }
  }
}

Best YT Capture+ Alternatives

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