Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Climagex: AI Image Downloader & Batch Extractor - 1-Click Save & ZIP",
"version": "1.0.2",
"description": "AI Image Extractor & Grabber. Bulk download pictures, scan galleries & export to ZIP. Smart 1-Click High-Res saver for any website.",
"author": "Vadym Trebushnyi (CepeshRC)",
"permissions": [
"storage",
"downloads",
"notifications"
],
"host_permissions": [
"<all_urls>",
"https:\/\/extensionpay.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Climagex",
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"options_page": "options.html",
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/icons\/*",
"assets\/fonts\/inter\/*",
"assets\/fonts\/orbiton\/*",
"success\/*",
"onboarding\/*"
],
"matches": [
"<all_urls>"
]
}
]
}