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",
"action": {
"default_icon": {
"32": "data\/icons\/icon-32.png",
"38": "data\/icons\/icon-38.png",
"128": "data\/icons\/icon-128.png",
"512": "data\/icons\/icon-512.png"
},
"default_popup": "data\/interface\/index.html?popup"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
}
}
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"icons": {
"32": "data\/icons\/icon-32.png",
"38": "data\/icons\/icon-38.png",
"128": "data\/icons\/icon-128.png",
"512": "data\/icons\/icon-512.png"
},
"manifest_version": 3,
"name": "Image Downloader Plus",
"permissions": [
"activeTab",
"downloads",
"storage",
"webRequest",
"scripting",
"declarativeNetRequest"
],
"short_name": "Idownloader",
"version": "3.1.2"
}