Inspect and view changes in Thumbnail Grabber 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,
"name": "Thumbnail Grabber",
"version": "1.4.1",
"description": "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more",
"background": {
"scripts": [
"background.b79fa0fe.js"
],
"persistent": false
},
"options_ui": {
"page": "options.4193183a.html",
"open_in_tab": false
},
"icons": {
"16": "icon16.238385bf.png",
"48": "icon48.png",
"128": "icon128.79e4701d.png"
},
"browser_action": {
"default_icon": {
"16": "icon16.238385bf.png",
"48": "icon48.png",
"128": "icon128.79e4701d.png"
}
},
"web_accessible_resources": [
"icon48.png",
"content-script.js",
"content-script.css"
],
"permissions": [
"storage",
"contextMenus",
"activeTab",
"clipboardWrite",
"<all_urls>",
"*://i.ytimg.com/*",
"*://img.youtube.com/*",
"*://i1.sndcdn.com/*"
],
"commands": {
"open": {
"description": "Open the Thumbnail Grabber popup on the current page"
},
"download": {
"description": "Download the thumbnail of the current page"
},
"copy": {
"description": "Copy the thumbnail of the current page to clipboard"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{3c48dc68-49cb-4c44-808f-eacfb947f874}"
}
}
}