Copy Video Frame Firefox

Examine source code of Copy Video Frame

Inspect and view changes in Copy Video Frame source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{b578d554-3b0b-4f6b-8bbe-5decdd5915ae}"
    }
  },
  "homepage_url": "https://github.com/igorlogius/webextensions/tree/main/sources/copy-video-frame",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Adds a context menu entry that allows to capture a still frame image from a html video element",
  "icons": {
    "512": "icon.png"
  },
  "manifest_version": 2,
  "name": "Copy Video Frame",
  "permissions": [
    "menus",
    "activeTab"
  ],
  "optional_permissions": [
    "clipboardWrite"
  ],
  "version": "1.1.17"
}

Best Copy Video Frame Alternatives

Here are some Firefox add-ons that are similar to Copy Video Frame: