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 Jan 05, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Thumbnail Extractor",
"description": "Extracts thumbnails from a youtube video and allows user to download the thumbnails",
"version": "1.0.0",
"author": {
"name": "Garrett Hughes",
"email": "[email protected]"
},
"icons": {
"16": "images\/thumbnail-extractor-16x16.png",
"32": "images\/thumbnail-extractor-32x32.png",
"48": "images\/thumbnail-extractor-48x48.png",
"128": "images\/thumbnail-extractor-128x128.png"
},
"action": {
"default_icon": "images\/thumbnail-extractor-logo.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"downloads"
],
"background": {
"service_worker": "scripts\/background.js"
}
}