CyberChef
The Cyber Swiss Army Knife
What is CyberChef?
CyberChef is a Chrome extension developed by https://cyberchef.cf, and its main feature is "The Cyber Swiss Army Knife".
Extension Screenshots
Download CyberChef Extension CRX File
Download CyberChef 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
🧑🍳 Cookup recipes in CyberChef within the browser context menu. Features 💎 Convert Base64, Hex, Hexdump, Extract IOCs, Generate QR Codes from text Usage 1️⃣ Highlight Text 2️⃣ Right-Click to enter context menu 3️⃣ Select an item Legal ⚖️ We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with GCHQ, or any of its subsidiaries or its affiliates. The official GCHQ website can be found at https://www.gchq.gov.uk
Extension Basic Information
Name | CyberChef |
ID | nohdddnojpoohngaacepdbpajiamblfp |
Official URL | https://chromewebstore.google.com/detail/cyberchef/nohdddnojpoohngaacepdbpajiamblfp |
Description | The Cyber Swiss Army Knife |
File Size | 493 KB |
Installation Count | 221 |
Current Version | 1.0.5 |
Last Updated | 2023-08-07 |
Publish Date | 2022-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://cyberchef.cf |
[email protected] | |
Payment Type | free |
Extension Website | https://cyberchef.cf |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CyberChef", "description": "The Cyber Swiss Army Knife", "author": "AB", "version": "1.0.5", "manifest_version": 3, "permissions": [ "contextMenus", "storage" ], "icons": { "16": "assets\/icons\/icon_16.png", "48": "assets\/icons\/icon_48.png", "128": "assets\/icons\/icon_128.png" }, "background": { "service_worker": "scripts\/service.js", "type": "module" }, "omnibox": { "keyword": "chef" } } |