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",
"background": {
"service_worker": "bg.js"
},
"description": "Get source .crx extension file of any Chrome extension",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"manifest_version": 3,
"name": "Get CRX",
"permissions": [
"contextMenus",
"downloads"
],
"host_permissions": [
"https:\/\/chrome.google.com\/webstore\/detail\/",
"https:\/\/chromewebstore.google.com\/detail\/"
],
"version": "1.51"
}