YouTube ScreenshotPro Firefox

Examine source code of YouTube ScreenshotPro

By: Five88
Inspect and view changes in YouTube ScreenshotPro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Screenshot",
  "description": "Take screenshots from YouTube Video & Shorts",
  "version": "4.0.0",
  "icons": {
    "96": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f9bbf22-0f87-41b0-bdba-3c80548520e0}"
    }
  }
}

Best YouTube ScreenshotPro Alternatives

Here are some Firefox add-ons that are similar to YouTube ScreenshotPro: