Inspect and view changes in Youtube Video Screenshot Tool source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.5.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}"
}
}
}