Browsershark
Browsershark is a forensics tool.
What is Browsershark?
Browsershark is a Chrome extension developed by Franz780, and its main feature is "Browsershark is a forensics tool.".
Extension Screenshots
Download Browsershark Extension CRX File
Download Browsershark 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
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.
Extension Basic Information
Name | |
ID | jhbjnipjccjloncefdoknhicbnbjaefh |
Official URL | https://chrome.google.com/webstore/detail/browsershark/jhbjnipjccjloncefdoknhicbnbjaefh |
Description | Browsershark is a forensics tool. |
File Size | 411 KB |
Installation Count | 482 |
Current Version | 1.1.0 |
Last Updated | 2013-08-13 |
Publish Date | 2013-08-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Franz780 |
Payment Type | free |
Supported Languages | 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" ] } |