Video Frame extractor Firefox

Examine source code of Video Frame extractor

By: DrewTw
Inspect and view changes in Video Frame extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "DrewTW",
  "manifest_version": 2,
  "name": "Video Frame extractor",
  "version": "1.0",
  "description": "This extension will try extracting any video's frame as a full image",
  "browser_action": {
    "default_icon": {
      "32": "icons/32.png",
      "48": "icons/48.png",
      "64": "icons/64.png",
      "128": "icons/128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "VideoFrameExtract@DrewTW",
      "strict_min_version": "56.0"
    }
  }
}

Best Video Frame extractor Alternatives

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