WebCRX
Easily and safely install local CRX files in Chrome
What is WebCRX?
WebCRX is a Chrome extension developed by https://webcrx.io, and its main feature is "Easily and safely install local CRX files in Chrome".
Extension Screenshots
Download WebCRX Extension CRX File
Download WebCRX 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
Webcrx is an awesome utility that allows you to install and test local CRX files in Chrome with permissions management. Privacy Policy The extension does not track or transfer any of your data. Any usage of extension is not tracked. The extension does not track any websites you visit or search. No data is transferred to any third party. All data is stored within your browser and stays within your browser.
Extension Basic Information
Name | WebCRX |
ID | ddgilliopjknmglnpkegbjpoilgachlm |
Official URL | https://chromewebstore.google.com/detail/webcrx/ddgilliopjknmglnpkegbjpoilgachlm |
Description | Easily and safely install local CRX files in Chrome |
File Size | 159 KB |
Installation Count | 505,133 |
Current Version | 1.0.2 |
Last Updated | 2021-12-13 |
Publish Date | 2021-05-20 |
Rating | 4.88/5 Total 2827 Ratings |
Developer | https://webcrx.io |
[email protected] | |
Payment Type | free |
Extension Website | https://webcrx.io |
Help Page URL | https://webcrx.io/contact-us |
Privacy Policy Page URL | https://webcrx.io/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.2", "name": "WebCRX", "description": "Easily and safely install local CRX files in Chrome", "icons": { "16": "img\/16.png", "32": "img\/32.png", "64": "img\/64.png", "128": "img\/128.png" }, "homepage_url": "https:\/\/webcrx.io", "browser_action": { "default_icon": "img\/128.png" }, "author": "WebCRX", "background": { "scripts": [ "script\/background.js" ] }, "sandbox": { "pages": [ "sandbox.html" ] }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "externally_connectable": { "matches": [ "https:\/\/webcrx.io\/*" ] } } |