Video Screenshot

Video Screenshot

Simple, no-frills tool to take screenshots of videos playing on websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Video Screenshot",
  "version": "1.0",
  "author": "astrbox-tools",
  "description": "Simple, no-frills tool to take screenshots of videos playing on websites.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Video Screenshot",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "<all_urls>"
  ]
}