Youtube Video Screenshot Tool

Youtube Video Screenshot Tool

Adds a button to take screenshots of a Youtube video in the video's settings menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.4.0",
  "name": "Video Screenshotting Tool for Youtube",
  "description": "Adds a button to take screenshots of a Youtube video in the video's settings menu.",
  "author": "person4268",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "youtube-screenshot.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6f0ddc43-7d90-45c0-8a30-db79f8b5846b}"
    }
  }
}