WebCRX
Easily and safely install local CRX files in Chrome
Was ist WebCRX?
WebCRX ist eine Chrome-Erweiterung, die von https://webcrx.io entwickelt wurde, und ihr Hauptmerkmal ist "Easily and safely install local CRX files in Chrome".
Erweiterungsscreenshots
WebCRX-Erweiterungs-CRX-Datei herunterladen
Laden Sie WebCRX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | WebCRX |
ID | ddgilliopjknmglnpkegbjpoilgachlm |
Offizielle URL | https://chromewebstore.google.com/detail/webcrx/ddgilliopjknmglnpkegbjpoilgachlm |
Beschreibung | Easily and safely install local CRX files in Chrome |
Dateigröße | 159 KB |
Installationsanzahl | 505,133 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-12-13 |
Veröffentlichungsdatum | 2021-05-20 |
Bewertung | 4.88/5 Insgesamt 2827 Bewertungen |
Entwickler | https://webcrx.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://webcrx.io |
Hilfeseite URL | https://webcrx.io/contact-us |
URL der Datenschutzrichtlinien-Seite | https://webcrx.io/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } } |