Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick Image Downloader",
"description": "Browse and download all images from the page in one click",
"version": "3.3.2",
"manifest_version": 3,
"icons": {
"16": "\/images\/icon_16.png",
"48": "\/images\/icon_64.png",
"128": "\/images\/icon_128.png"
},
"action": {
"default_icon": "\/images\/icon_128.png",
"default_popup": "\/src\/Popup\/index.html"
},
"background": {
"service_worker": "\/src\/background\/downloadImages.js",
"type": "module"
},
"permissions": [
"activeTab",
"scripting",
"downloads",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"storage"
],
"host_permissions": [
"<all_urls>"
]
}