Get CRX
Get source .crx extension file of any Chrome extension
What is Get CRX?
Get CRX is a Chrome extension developed by https://adamcarbonell.com, and its main feature is "Get source .crx extension file of any Chrome extension".
Extension Screenshots
Download Get CRX Extension CRX File
Download Get CRX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
*Now working on both old and new Chrome Web Stores* Instantly get .crx source file of any free Chrome extension via right click context menu.
Extension Basic Information
Name | Get CRX |
ID | dijpllakibenlejkbajahncialkbdkjc |
Official URL | https://chromewebstore.google.com/detail/get-crx/dijpllakibenlejkbajahncialkbdkjc |
Description | Get source .crx extension file of any Chrome extension |
File Size | 9.7 KB |
Installation Count | 29,039 |
Current Version | 1.51 |
Last Updated | 2023-11-18 |
Publish Date | 2020-03-09 |
Rating | 4.41/5 Total 80 Ratings |
Developer | https://adamcarbonell.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://adamcarbonell.com/policy.html |
Supported Languages | en-US |
manifest.json | |
{ "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" } |