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": "Chrome Extension Downloader - CRX & ZIP Extractor",
"version": "1.0.0",
"manifest_version": 3,
"description": "Download Chrome & Edge extensions as CRX or ZIP files with one click. Extract extension files easily!",
"permissions": [
"downloads",
"contextMenus",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*:\/\/clients2.google.com\/service\/update2\/crx*",
"*:\/\/clients2.googleusercontent.com\/crx\/download\/*"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
}
}