Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Frame Screenshoot",
"version": "1.2",
"description": "Captures the current frame from a YouTube video and downloads it.",
"permissions": [
"activeTab",
"scripting",
"downloads"
],
"action": {
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"default_title": "Grab YouTube Frame"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
}