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",
"manifest_version": 3,
"name": "Image Craft",
"description": "Quickly grab all the images on the page and download them in the specified format. It also will supports image format conversion.",
"version": "1.0.0",
"icons": {
"16": ".\/images\/Logo-16.png",
"32": ".\/images\/Logo-32.png",
"48": ".\/images\/Logo-48.png",
"128": ".\/images\/Logo-128.png"
},
"action": {
"default_icon": {
"48": ".\/images\/Logo-48.png"
},
"default_popup": ".\/popup\/index.html"
},
"background": {
"type": "module",
"service_worker": ".\/static\/js\/background-BrIquf-1.js"
},
"permissions": [
"webRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"_favicon\/*",
".\/static\/js\/contentScripts-DSUNFwv0.js"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"run_at": "document_start",
"js": [
".\/static\/js\/contentScripts-DSUNFwv0.js"
]
}
]
}