Inspect and view changes in Grabify! 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
{
"name": "Grabify!",
"description": "Extract and download images from webpages. Save single images or bulk-download multiple images as a ZIP file.",
"version": "1.0.1",
"manifest_version": 3,
"permissions": [
"contextMenus",
"notifications",
"storage",
"activeTab",
"scripting",
"downloads"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "/assets/icons/50.png",
"128": "/assets/icons/50.png"
}
},
"icons": {
"48": "/assets/icons/50.png",
"128": "/assets/icons/50.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}