Browsershark
Browsershark is a forensics tool.
Was ist Browsershark?
Browsershark ist eine Chrome-Erweiterung, die von Franz780 entwickelt wurde, und ihr Hauptmerkmal ist "Browsershark is a forensics tool.".
Erweiterungsscreenshots
Browsershark-Erweiterungs-CRX-Datei herunterladen
Laden Sie Browsershark-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
Browsershark provides users with a way to inspect all resources being loaded by your browser. A built-in hex viewer will allow users to inspect the content of files and allow for detailed analysis without requiring a user to download potentially malicious files.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jhbjnipjccjloncefdoknhicbnbjaefh |
Offizielle URL | https://chrome.google.com/webstore/detail/browsershark/jhbjnipjccjloncefdoknhicbnbjaefh |
Beschreibung | Browsershark is a forensics tool. |
Dateigröße | 411 KB |
Installationsanzahl | 482 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2013-08-13 |
Veröffentlichungsdatum | 2013-08-13 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Franz780 |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browsershark", "homepage_url": "http:\/\/www.browsershark.org", "version": "1.1.0", "manifest_version": 2, "description": "Browsershark is a forensics tool.", "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "128": "images\/icon.png", "19": "images\/icon.png", "48": "images\/icon.png" }, "options_page": "html\/options.html", "background": { "scripts": [ "js\/background.js", "js\/jquery.min.js" ] }, "permissions": [ "tabs", "*:\/\/*\/*", "notifications", "webRequestBlocking", "webRequest" ] } |